I am using SetPrimaryPartCFrame to move a model and all of the parts within a model. The problem is that SetPrimaryPartCFrame can result in very choppy movement.
Is there an equivalent method for body movers (AlignPosition, etc) that will allow me to move a model and all of its parts like SetPrimaryPartCFrame does? (welding is not an option in my case)
[Edited: More Details]
The parts inside my model are anchored. And some of those parts are CFrame animated. So the goal is to move the model and all of its subparts together. SetPrimaryPartCFrame does the job, but is really choppy at times.