table
getrawmetatable(Variant (table/userdata))
Returns the metatable of the given argument.
void
setreadonly(table)
Allows the table to be written to
bool
isreadonly(table)
Returns if the table is readonly
table
getgenv()
Returns VashX's global enviornment
table
getrenv()
Returns Roblox's global enviornment
table
getreg()
Returns Robloxs's registry table
getsenv()
returns a local or module script's envirement
getenv
return's the thread's env
table
getgc()
Returns a table of all garbage collectable objects
function
loadstring(string)
Loads a string.
DataModel:HttpGet
makes a get request with curl and pushes the contents as a string
Game:HttpGetAsync
make's a httpget request asynchronically with curl and yields
DataModel:GetObjects
Load's a object/client asset.
void
writefile(string (filename), string (contents))
Writes the contents to a file. Automatically creates the file if it does not exist.
fireclickdetector
fire's a clickdetector if you give it the path to a clickdetector.
getnamecallmethod
get's a namecallmethod.
setnamecallmethod
set's a namecallmethod
islclosure
check's if its a lclosure
iscclosure
check's if its a cclosure
getfpscap
return's you're fps
string
readfile(string (filename))
Reads the file's contents and returns them in a string.
void
setclipboard(string)
Set's the user's clipboard