How can i make a model follow one part?

Hi i wanted to ask how could i make a model have a primary part and when you change that parts position the entire model follows, kinda like the players character when you move the humanoid root part the entire character moves to that area also its not a NPC or humanoid, aswell as is there anyway to use :moveto for a model?

1 Like

I suppose you are looking for Model:PivotTo(targetCFrame) if I understood you correctly.

There isn’t directly anything like :MoveTo for models, since that only works on humanoids, but you could make a tween or some custom interpolation thing that’d move the model smoothly.

2 Likes