Skip to content

Api > PlayerLocomotion > SetJumpSpeed()


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)