Skip to content

Commit 07cfebb

Browse files
authored
Update pathfinding.md
Added a limitation that has existed for a long time with no update to docs.
1 parent b0f0510 commit 07cfebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/characters/pathfinding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The direct line-of-sight distance for pathfinding from the start to the finish p
3939

4040
### MoveToFinished limitation
4141

42-
Whilst using the `Class.Humanoid.MoveToFinished|MoveToFinished` event to detect when the character reaches each waypoint will work in most use cases, in larger games or games with numerous NPCs find less optimal perfomances and stuttering due to a delay in this event.
42+
Whilst using the `Class.Humanoid.MoveToFinished|MoveToFinished` event to detect when the character reaches each waypoint will work in most use cases, in larger games or games with numerous NPCs you may find less optimal perfomances and stuttering.
4343

4444
By default, each player's `Class.PlayerScripts` contains a `Class.ModuleScript` named **PlayerModule**. Within `PlayerModule`, you will find another `Class.ModuleScript` called **ClickToMoveController**.
4545

0 commit comments

Comments
 (0)