Environment Library
Returns the global environment table of a Script, LocalScript, or ModuleScript.
getsenv(script: Script): { [any]: any }?