I was cheking everything in the editor but I do not found anything that could help me to fix this issue.
My code is running twitce when the loop starts.
I mean, MoveTo is executing slower than the loop, then if I code 1 sec in OverTime on MoveTo, the rotating bar start flashing because its trying to do two movements in one.
Is there any way to fix this issue? I tryied with Sleep(SpeedTime) but its always stopping double time than MoveTo function.
Thanks again.