How to edit the C0 Position?

Am trying to edit the position of the motor6d of a part but it gives me error

Position cannot be assigned to

		Motor6D.C0.Position  = Vector3.new(0,0,0.7)
Motor6D.C0 = CFrame.new(Vector3.new(0,0,0.7))
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.