Get Script Hash
getscripthash, get_script_hash
Script’s hash.
Get Scripts
getscripts, get_scripts
Get Modules
getmodules, get_modules
Get Loaded Modules
getloadedmodules, get_loaded_modules
Get Running Scripts
getrunningscripts, get_running_scripts
Lock Module
lockmodule
Obj so when the local scripts try to require it, it will return “The module was locked”.
Unlock Module
unlockmodule
Obj, requiring it will return the original content.