Skip to main content

PlayerLocomotion.ToggleClimb(boolean value)

Toggle if the player can climb the walls or not.

Parameters:

NameTypeDescription
valuebooleanToggle value. True if the player can climb the walls, false otherwise.

Usage

---@type PlayerLocomotion
local playerlocomotion;

---@type boolean
local value;


playerlocomotion.ToggleClimb(value)