Miscellaneous
Executor identity, HTTP, clipboard, client settings, and serialisation.
Available Functions
| Function | Description |
|---|---|
| identifyexecutor | Returns information about the executor alongside its version. |
| request | Creates a HTTP request with specified options. |
| httpget | HTTP GET request to url. |
| setclipboard | Sets the 'text' into the user clipboard. |
| setrbxclipboard | Sets the 'text' into the Roblox Studio clipboard. |
| saveinstance | Saves an instance in .rbxl or .rbxm format. |
| setfpscap | Sets the fps cap set by the client. |
| getfpscap | Returns the fps cap set by the client. |
| getfflag | Returns the value of a Fast Flag. |
| setfflag | Sets the value of a Fast Flag. |
| getfflagtype | Gets the type of a Fast Flag. |
| gethwid | Returns a unique string for the users device. |
| messagebox | Creates a message box with the specified text, caption and flags. |
| queueonteleport | Queues 'code' for teleport and executes once a teleport completes. |
| clearteleportqueue | Clears the queue created by 'queueonteleport'. |