What's the smoothest way to move a model?

What’s the smoothest way to move a plane model? Iam currently using “translate by” to move my plane model. But it’s not that great. For example Jailbreaks cargo plane.

You can use CFrame or TweenService since that’s what I usually use.

1 Like

As I know of, the smoothest way to move a model is to set it’s PrimaryPart. And then you start coding the CFrame movement of that primarypart for your object using tweenservice, and make sure every other part of the model is welded to the primarypart(or welded to other parts which are welded to the primarypart)

1 Like

A quick search of ‘tweening models’ and you’ll get this fantastic tutorial:

2 Likes