So I'm trying to make an animation game. but the code i used to get the npcs to move makes them move slowly and then speed up really fast and there animations are playing at the wrong time. i already animated them properly using the roblox r6 default animation code but they wont work. heres the code that makes them move incorrectly anyway
game.Workspace.DeliveryGuy.Humanoid:MoveTo(workspace.movetoone.Position) workspace.DeliveryGuy.Humanoid.MoveToFinished:Wait() game.Workspace.DeliveryGuy.Humanoid:MoveTo(workspace.movetotwo.Position) workspace.DeliveryGuy.Humanoid.MoveToFinished:Wait() game.Workspace.DeliveryGuy.Humanoid:MoveTo(workspace.movetothree.Position) workspace.DeliveryGuy.Humanoid.MoveToFinished:Wait() game.Workspace.DeliveryGuy.Humanoid.Jump = true game.Workspace.DeliveryGuy.Humanoid.Jump=true