Utilities

queue_on_teleport

Queues source to run after the next Roblox teleport.

Syntax

queue_on_teleport(text: string)
Aliases queueonteleportqueue_on_tpqueueontp

Arguments

NameTypeDescription
textstringText value used by the operation.

Description

Queues source to run after the next Roblox teleport.

Call it with 1 parameter(s): text. The argument table explains which values are required and which ones only refine the behavior.

It does not return data. Treat the call as an action and handle errors around the call site when needed.

Example

Example call with placeholder values.

queue_on_teleport("example")