How to move a model multiple times smoothly

Hello!

I am trying to work on a script that moves a model smoothly around my map. I want a UFO moving around the map quickly, and making it move like it’s actually flying.

Does anyone know how to do this, or have any videos/tutorials on how to do this?

Anything will help, thanks!

use tween service to tween the position of the model

1 Like

There are other approaches for it but the easy one can be is to tween the model.U have to tween its primarypart and also make sure that all the parts in the model are welded together

1 Like

Best bet would be to use the tweening service. It allows you to tween a part with different settings.

1 Like