Skip to main content

PlayerLocomotion.SetJumpSpeed(number value)

Sets the jump speed.

Parameters:

NameTypeDescription
valuenumberNew jump speed [0.0,15.0]

Usage

---@type PlayerLocomotion
local playerlocomotion;

---@type number
local value;


playerlocomotion.SetJumpSpeed(value)