Skip to main content

PlayerLocomotion.IsWalkingEnabled()

Checks if the walking is enabled. Returns true if the walking is enabled.

Returns:

typeDescription
booleantrue if the walking is enabled.

Usage

---@type PlayerLocomotion
local playerlocomotion;


local val0 = playerlocomotion.IsWalkingEnabled()