Skip to main content

PlayerLocomotion.ToggleWalkMode(boolean value)

Enables or disables the walk mode.

Parameters:

NameTypeDescription
valuebooleanTrue to enable, false to disable.

Usage

---@type PlayerLocomotion
local playerlocomotion;

---@type boolean
local value;


playerlocomotion.ToggleWalkMode(value)