Appearance
Clears all scripts previously queued with add.
add
function clear(): ()
local teleportQueue = require("@runtime/rbx/teleportQueue") teleportQueue.add("print('hello')") -- Changed our mind teleportQueue.clear()