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

17 functions
FunctionDescription
clear_teleport_queueClears Real's teleport execution queue and returns no values.
getexecutornameReturns Real's executor name string from the executor name and returns exactly one value.
getexecutorversionReturns Real's executor version string from the executor version and returns exactly one value.
getfflagReads a Roblox fast flag by exact name and returns its value as a string.
getfflagtypeReturns the detected type for a Roblox fast flag as exactly one string.
getfpscapReturns exactly one number derived from the Roblox TaskScheduler FPS cap field.
gethwidReturns Real's hardware identifier string.
GetObjectsLoads a local Roblox asset and returns a one-item table containing the loaded Instance.
HttpGetPerforms a GET request for game:HttpGet(url, cache) or game:HttpGetAsync(url, cache) and returns the response body string.
HttpPostPerforms a POST request for game:HttpPost(...) or game:HttpPostAsync(...) and returns the response body string or a request error string.
identifyexecutorReturns exactly two strings: first the executor name, then the executor version.
infoWrites zero or more values as an informational message.
messageboxShows 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_teleportQueues a source string to run after a later teleport initialization.
requestSends an HTTP or HTTPS request and yields until it completes.
setfflagSets a Roblox fast flag by exact name.
setfpscapSets the Roblox FPS cap with the FPS cap update and returns no values.