Using SetPrimaryPartCFrame()
, you can change the CFrame based off of the primary part. Meaning If I were to change the CFrame of my model, the primary part would move there and the rest of the model would follow in correct positioning compared to the primary part.
With PivotTo()
, I am unsure how to do this. SetPrimaryPartCFrame()
is deprecated so I don’t want to use it.
Thank you.