实用工具

queue_on_teleport

将源排队以在下一次 Roblox 传送后运行。

语法

queue_on_teleport(text: string)
别名 queueonteleportqueue_on_tpqueueontp

参数

名称类型描述
textstring操作使用的文本值。

说明

将源排队以在下一次 Roblox 传送后运行。

使用 1 个参数调用: text。参数表会说明哪些值必填,哪些值只用于细化行为。

不返回数据。将调用视为一个动作,并在调用点附近处理错误。

示例

使用占位值的示例调用。

queue_on_teleport("example")