Frictional Games Forum (read-only)

Full Version: Disable walking script?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a script that disables walking and you can only look around?
You can use SetPlayerMoveSpeedMul(0); and they can "walk" but not actually move. Also use SetPlayerRunSpeedMul(0);
Disable walking is set PlayerMoveSpeed to 0