How to move objects instantly

I wanna know how to move objects in instance, I mean as quick as possible, when the target starts to move. I dont want my following objects to go to the destination after it is shown. my objects are going to the places as expected but not fast enough

Depends on which movement script you’re using.

For AIPath you’ll want to modify maxSpeed and maxAcceleration.

For RichAi maxSpeed and acceleration.

For AiLerp speed.