How to make player movement not override WalkToPoint

Im making a game where a player needs to walk somewhere using WalkToPoint, but the player can just override it by moving manually, is there a way to like disable player movement without anchoring or changing walk speed so WalkToPoint would still work

1 Like

You can disable the PlayerControls module (default script inserted in PlayerScripts I believe), also for next posts you should post this in Scripting Support category.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.