PlayerLocomotionToggleJumpOn this pagePlayerLocomotion.ToggleJump(boolean value) Enables or disables jumping for the player. Parameters: NameTypeDescriptionvaluebooleanTrue to enable, false to disable. Usage ---@type PlayerLocomotionlocal playerlocomotion;---@type booleanlocal value;playerlocomotion.ToggleJump(value)