SetJumpSpeed
7/14/25Less than 1 minute
PlayerLocomotion.SetJumpSpeed(number value)
Sets the jump speed.
Parameters:
Name | Type | Description |
---|---|---|
value | number | New jump speed [0.0,15.0] |
Usage
---@type PlayerLocomotion
local playerlocomotion;
---@type number
local value;
playerlocomotion.SetJumpSpeed(value)