If I change the CFrame of a primarypart of a model, how can I make parts inside of the model move with it

as said in the title I want to know how to do this.
Ive tried welding the parts to the primarypart, that didnt work,
Im pretty sure this is very simple but I have no idea how to do it!

Thanks!

1 Like

I believe you can use Model:PivotTo(CFrame) or (although it’s deprecated) Model:SetPrimaryPartCFrame(CFrame).

Using CFrames instead of positioning doesn’t break the constraints by the way.

2 Likes

You could also use model:MoveTo(Vec3)

1 Like

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