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 source queued to run after teleport.
getexecutornameReturns the public executor name.
getexecutorversionReturns the current executor version string.
getfflagReads the value of a Roblox fast flag by name.
getfflagtypeReturns the value type for a Roblox fast flag.
getfpscapReturns the current FPS cap configured by the executor.
gethwidReturns the hardware identifier exposed to scripts.
GetObjectsLoads Roblox objects from an asset identifier or URL-like asset string.
HttpGetSends a GET request and returns the response body.
HttpPostSends a POST request and returns the response body.
identifyexecutorReturns the executor name and version.
infoPrints an informational value through the executor helper layer.
messageboxShows a native message box and returns the clicked button id.
queue_on_teleportQueues source to run after the next Roblox teleport.
requestSends an HTTP request with method, headers, body, and timeout options.
setfflagSets a Roblox fast flag value and reports whether it was updated.
setfpscapSets the executor FPS cap.