PlayerLocomotionSetJumpSpeedOn this pagePlayerLocomotion.SetJumpSpeed(number value) Sets the jump speed. Parameters: NameTypeDescriptionvaluenumberNew jump speed [0.0,15.0] Usage ---@type PlayerLocomotionlocal playerlocomotion;---@type numberlocal value;playerlocomotion.SetJumpSpeed(value)