How could I stop MoveTo: from teleporting a player/ai

AI Teleports instead of Moving with MoveTo:, is there any way to fix this?

if you’re using MoveTo() on a model you’re telling it to teleport, use it on the humanoid.

MoveTo() on a model is basically SetPrimaryPartCFrame()

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.