Skip to main content

Player Mod Setter

This UdonBehaviour example script allows you configure the movement of players in your world.

This script sets these values once when a player joins your world. You may use other scripts to change these values later.

Variables

NameTypeDefaultDescription
Jump Heightfloat3The jump strength of players. Affected by gravity.
Run Speedfloat4The movement speed when moving forward or backward. (If the player is using a keyboard, they must hold Shift.)
Walk Speedfloat2(Keyboard only) The movement speed without holding the Shift key.
Strafe Speedfloat2The movement speed when moving left or right.
Gravityfloat1The amount that gravity affects players.
Use Legacy LocomotionboolfalseEnables VRChat's deprecated legacy locomotion system. Cannot be disabled by Udon later.