Category
Utilities
General runtime, executor, and networking helpers.Category guide
Overview
Use this overview to understand the category before opening a specific function.- See what this group of functions is meant to solve.
- Compare function names and descriptions in one table.
- Open a function for syntax, arguments, returns, and examples.
Utilities
Available functions
| Function | Description |
|---|---|
clear_teleport_queue | Clears source queued to run after teleport. |
getexecutorname | Returns the public executor name. |
getexecutorversion | Returns the current executor version string. |
getfflag | Reads the value of a Roblox fast flag by name. |
getfflagtype | Returns the value type for a Roblox fast flag. |
getfpscap | Returns the current FPS cap configured by the executor. |
gethwid | Returns the hardware identifier exposed to scripts. |
GetObjects | Loads Roblox objects from an asset identifier or URL-like asset string. |
HttpGet | Sends a GET request and returns the response body. |
HttpPost | Sends a POST request and returns the response body. |
identifyexecutor | Returns the executor name and version. |
info | Prints an informational value through the executor helper layer. |
messagebox | Shows a native message box and returns the clicked button id. |
queue_on_teleport | Queues source to run after the next Roblox teleport. |
request | Sends an HTTP request with method, headers, body, and timeout options. |
setfflag | Sets a Roblox fast flag value and reports whether it was updated. |
setfpscap | Sets the executor FPS cap. |