PlayerLocomotionToggleTeleportModeOn this pagePlayerLocomotion.ToggleTeleportMode(boolean value) Enables or disables the Teleport Mode. Parameters: NameTypeDescriptionvaluebooleanTrue to enable, false to disable. Usage ---@type PlayerLocomotionlocal playerlocomotion;---@type booleanlocal value;playerlocomotion.ToggleTeleportMode(value)