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?
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.
Thank you! also nice game you made, i always play it with friends.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.