Skip to main content

PlayerLocomotion.IsLocomotionEnabled()

Checks if the locomotion is enabled for the player. Returns true if the locomotion is enabled.

Returns:

typeDescription
booleantrue if the locomotion is enabled.

Usage

---@type PlayerLocomotion
local playerlocomotion;


local val0 = playerlocomotion.IsLocomotionEnabled()