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 Real's teleport execution queue and returns no values. |
getexecutorname | Returns Real's executor name string from the executor name and returns exactly one value. |
getexecutorversion | Returns Real's executor version string from the executor version and returns exactly one value. |
getfflag | Reads a Roblox fast flag by exact name and returns its value as a string. |
getfflagtype | Returns the detected type for a Roblox fast flag as exactly one string. |
getfpscap | Returns exactly one number derived from the Roblox TaskScheduler FPS cap field. |
gethwid | Returns Real's hardware identifier string. |
GetObjects | Loads a local Roblox asset and returns a one-item table containing the loaded Instance. |
HttpGet | Performs a GET request for game:HttpGet(url, cache) or game:HttpGetAsync(url, cache) and returns the response body string. |
HttpPost | Performs a POST request for game:HttpPost(...) or game:HttpPostAsync(...) and returns the response body string or a request error string. |
identifyexecutor | Returns exactly two strings: first the executor name, then the executor version. |
info | Writes zero or more values as an informational message. |
messagebox | Shows a Windows Windows message box by calling Windows message box with a yielding operation, then returns the integer result code produced by Windows message box. |
queue_on_teleport | Queues a source string to run after a later teleport initialization. |
request | Sends an HTTP or HTTPS request and yields until it completes. |
setfflag | Sets a Roblox fast flag by exact name. |
setfpscap | Sets the Roblox FPS cap with the FPS cap update and returns no values. |