w = Instance.new("Weld")
w.Parent = game.Workspace.smellypencil
w.Part0 = game.Workspace.smellypencil.Torso
w.Part2 = game.Workspace.Brick
w.C0 = CFrame.new( Vector3.new( 0 , 0 , 0 ) )
I think something like this.
Possibly some typos or errors in there. |