Skip to content

Api > PlayerLocomotion > ToggleWalkMode()


PlayerLocomotion.ToggleWalkMode(boolean value)⚓︎

Enables or disables the walk mode.

Parameters:⚓︎

Name Type Description
value boolean True to enable, false to disable.

Usage⚓︎

---@type PlayerLocomotion
local playerlocomotion;

---@type boolean
local value;


playerlocomotion.ToggleWalkMode(value)