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
|