Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why doesnt this welding script work?

Asked by 8 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
Plrs = game:GetService

me = Plrs.NyonicBear

char = me.Character

local pln = game.Workspace.me.Torso
 local Part0 = Instance.new ("Part")
Part0.Size = Vector3.new(1,1,1)
Part0.Parent = game.Workspace
local w = Instance.new("Weld") 
w.Parent = pln
w.Part0 = pln.Torso
w.C0 = CFrame.new(0, 0, 6)*CFrame.new(0, -math.pi/5, 0)

I am trying to make a part follow the torso yet getting nowhere

0
Give your questions titles that identify YOUR QUESTION. A good title does not refer to 95% of the questions on the site. BlueTaslem 18071 — 8y

Answer this question