Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Confused on this PathFinding service?

Asked by 9 years ago

I have this script I made, but I want it to be able to go around walls,bricks, etc.

script.Parent.Humanoid:MoveTo(game.Workspace.PointB.Position) wait(10) script.Parent.Humanoid:MoveTo(game.Workspace.PointC.Position) wait(10) script.Parent.Humanoid:MoveTo(game.Workspace.PointD.Position)

Answer this question