You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en-us/characters/pathfinding.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ By default, each player's `Class.PlayerScripts` contains a `Class.ModuleScript`
46
46
To determine when to move to the next obstacle, you should use the `IsCurrentWaypointReached` function provided by the **ClickToMoveController** module under `Class.PlayerScripts`.
47
47
48
48
An example of using this method can be found under the [Pathfinding Tutorial Experience](https://www.roblox.com/games/138975162426147/Pathfinding-Tutorial-Experience), or as a [model](https://create.roblox.com/store/asset/95888831676289/Player-Path-Following-Script).
49
-
49
+
50
50
## Create paths
51
51
52
52
Pathfinding is initiated through `Class.PathfindingService` and its `Class.PathfindingService:CreatePath()|CreatePath()` function.
0 commit comments