What is the difference between PivotTo and Just assigning the position?

What is the difference between:


Part:PivotTo(CFrame.new(0,0,0))

--And

Part.CFrame = CFrame.new(0,0,0)

I always wondered why people use one sometimes and the other the other time. Is there a specific reason to use one over the other one?

PivotTo works with models! That’s what I mainly use it for. If you set the cframe of a part in a model, only that part would move instead of the whole model.

2 Likes

Thank you! also nice game you made, i always play it with friends.

1 Like

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