What's the most effective way to make mob movement?

What’s the most effective way to make mob movement? I’m currently using the moveto, but I’m not sure it’s the best idea (tower defense game)

1 Like

Using bulk move to should be the most efficient CFrame movement method.

1 Like

maybe you can use TweenService so that you can check if the tween is finished to tween to the next destination.