๐กMiscellaneous
These are uncategorized/miscellaneous functions Wave supports.
Clear Teleport Queue
<void> clearteleportqueue(<void>)Decompile
<string> decompile(<Instance> Script)Example:
local LocalPlayer = game:GetService("Players").LocalPlayer
local PlayerModule = LocalPlayer.PlayerScripts.PlayerModule
local Decompiled = decompile(PlayerModule) -- Decompiles PlayerModule
setclipboard(Decompiled) -- Copies the decompiled output to your clipboardGet Clipboard
<void> getclipboard(<void>)Get Fast Flag
Get FPS Cap
Get Hidden UI
Get HWID
Get Namecall Method
Get Objects
Get Thread Identity
Http Get
Identify Executor
Is Scriptable
Save Instance
Options:
Name
Type
Default
Description
Example - Saving the game to a custom folder:
Example - Saving a specific object with decompiled scripts:
Set Clipboard
Set Fast Flag
Set FPS Cap
Set Namecall Method
Set Roblox Clipboard
Set Thread Identity
Message Box
Flags:
Flag
Value
Return Values:
Value
Description
Queue On Teleport
Request
ZSTD Compress
ZSTD Decompress
Last updated