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)