Can anyone tel me how to fix this?
script.Parent.CFrame = CFrame.new(Vector3.new(workspace.Model.Torso.Position))
or
script.Parent.Position = Vector3.new(workspace.Model.Torso.Position)
Everytime I run either of these it brings the part to 0,0,0 with no errors.
|