Skip to main content

PlayerLocomotion.IsWalkModeEnabled()

Checks if the walk mode is enabled. Returns true if the walk mode is enabled.

Returns:

typeDescription
booleantrue if the walk mode is enabled.

Usage

---@type PlayerLocomotion
local playerlocomotion;


local val0 = playerlocomotion.IsWalkModeEnabled()