ToggleJump
7/14/25Less than 1 minute
PlayerLocomotion.ToggleJump(boolean value)
Enables or disables jumping for the player.
Parameters:
| Name | Type | Description | 
|---|---|---|
| value | boolean | True to enable, false to disable. | 
Usage
---@type PlayerLocomotion
local playerlocomotion;
---@type boolean
local value;
playerlocomotion.ToggleJump(value)
