PlayerLocomotionToggleWalkModeOn this pagePlayerLocomotion.ToggleWalkMode(boolean value) Enables or disables the walk mode. Parameters: NameTypeDescriptionvaluebooleanTrue to enable, false to disable. Usage ---@type PlayerLocomotionlocal playerlocomotion;---@type booleanlocal value;playerlocomotion.ToggleWalkMode(value)