of     1   

ZappleOfficial
#183635506Monday, February 15, 2016 2:13 AM GMT

This script doesnt't work. It will go to Dest1 but not Dest2. There is no erro messages: while wait() do script.Parent.Humanoid:MoveTo(game.Workspace.Dest1.Position, game.Workspace.Dest1) wait(1) script.Parent.Humanoid:MoveTo(game.Workspace.Dest2.Position, game.Workspace.Dest2) end
SwagCuzYolo
#183635635Monday, February 15, 2016 2:14 AM GMT

points = modelWithPointsInItAndSortedSoItWorksProperlyOkay for i = 1,#points do hum.WalkToPoint = points[i].Position repeat wait() until (Torso.Position - points[i].Position).magnitude < 3 end
ray_revenge
#183635756Monday, February 15, 2016 2:16 AM GMT

for i = 1,#points:GetChildren() do
ZappleOfficial
#183635890Monday, February 15, 2016 2:18 AM GMT

I solved the issue myself. I need to put MoveToFinished

    of     1