scrollscript

Functions to get information from script instances. Will only work for 'LocalScript' and 'ModuleScript'

instance getscriptbytecode() -> string

Returns base64 encrypted byte code of the script.

instance decompile_script() -> string

Returns decompiled script.

Last updated