IsTeleportModeEnabled
7/14/25Less than 1 minute
PlayerLocomotion.IsTeleportModeEnabled()
Checks if the Teleport mode is enabled. Returns true if the Teleport mode is enabled.
Returns:
type | Description |
---|---|
boolean | value |
Usage
---@type PlayerLocomotion
local playerlocomotion;
local val0 = playerlocomotion.IsTeleportModeEnabled()