Skip to content

Api > PlayerLocomotion > ToggleClimb()


PlayerLocomotion.ToggleClimb(boolean value)⚓︎

Toggle if the player can climb the walls or not.

Parameters:⚓︎

Name Type Description
value boolean Toggle value. True if the player can climb the walls, false otherwise.

Usage⚓︎

---@type PlayerLocomotion
local playerlocomotion;

---@type boolean
local value;


playerlocomotion.ToggleClimb(value)