keepAlive
API - Keep the script alive by pausing it. This allows for other coroutines to be processed while the main script doesn't really do much.
keepAlive(); is often used with scripts that are set to Run as "On Connect" and scripts that subscribe to specific events.
Last updated