Skip to main content

PlayerLocomotion.ToggleHoloTeleportMode(boolean value)

Enables or disables the Holo Teleport Mode.

Parameters:

NameTypeDescription
valuebooleanTrue to enable, false to disable.

Usage

---@type PlayerLocomotion
local playerlocomotion;

---@type boolean
local value;


playerlocomotion.ToggleHoloTeleportMode(value)