PlayerLocomotion.IsHoloTeleportModeEnabled()
Checks if the Holo Teleport mode is enabled. Returns true if the Holo Teleport mode is enabled.
Returns:
type | Description |
---|---|
boolean | true if the Holo Teleport mode is enabled. |
Usage
---@type PlayerLocomotion
local playerlocomotion;
local val0 = playerlocomotion.IsHoloTeleportModeEnabled()