Skip to main content

Get Script Hash

getscripthash, get_script_hash
Returns the Script’s hash.

Get Scripts

getscripts, get_scripts
Returns a table containing all scripts in the game.

Get Modules

getmodules, get_modules
Returns a table containing all module scripts in the game.

Get Loaded Modules

getloadedmodules, get_loaded_modules
Returns a table containing loaded modules.

Get Running Scripts

getrunningscripts, get_running_scripts
Returns a table containing running scripts.

Lock Module

lockmodule
  • Fluxus exclusive
  • Detectable (noticeable changes)
Locks the Obj so when the local scripts try to require it, it will return “The module was locked”.

Unlock Module

unlockmodule
  • Fluxus exclusive
  • Detectable (noticeable changes)
Unlocks the Obj, requiring it will return the original content.