GetJumpSpeed
7/14/25Less than 1 minute
PlayerLocomotion.GetJumpSpeed()
Gets the current jump speed.
Returns:
| type | Description |
|---|---|
| number | current jump speed |
Usage
---@type PlayerLocomotion
local playerlocomotion;
local val0 = playerlocomotion.GetJumpSpeed()
