Location of click to move playerscripts

==Info==
I am looking for the location of the click to move feature that Roblox provides in the player settings when modifying Movement. What I hope to accomplish is by configuring the click to move script to be more efficient in complex maps and observe the code.
== Clarification of what I am talking about. ==

==Purpose==
The reason why I specifically want this code is that path-finding is involved and works very well with obstacles.

1 Like

You can fork the movement script by playtesting the game and copying StarterPlayer.StarterPlayerScripts.PlayerModule and going into the ControlModule and finding ClickToMoveController.

2 Likes

Thank you for the help. Appreciate it!

2 Likes