When I’ve tried to move a model by using PrimaryPart.CFrame it moves only primary part but not the whole model. PrimaryPart is this long part.

I want to move the whole model and keep all offsets.
When I’ve tried to move a model by using PrimaryPart.CFrame it moves only primary part but not the whole model. PrimaryPart is this long part.

I want to move the whole model and keep all offsets.
try model:PivotTo(cf)
it basically teleports the entire model to the cf with the primarypart being at the cf
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.