Skip to main content

PlayerLocomotion.ToggleJump(boolean value)

Enables or disables jumping for the player.

Parameters:

NameTypeDescription
valuebooleanTrue to enable, false to disable.

Usage

---@type PlayerLocomotion
local playerlocomotion;

---@type boolean
local value;


playerlocomotion.ToggleJump(value)