Can't offset a whole model [SOLVED]

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.

image

I want to move the whole model and keep all offsets.

1 Like

try model:PivotTo(cf)
it basically teleports the entire model to the cf with the primarypart being at the cf

2 Likes

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