Skip to content

Api > PlayerLocomotion > ToggleJump()


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)