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