RunWithoutSafeEnv()
Function info¶
function LuauInLuau.RunWithoutSafeEnv(src: string)
This is just a wrapper to LuauInLuau.Run(src, false)
, compiles and runs Luau source without enabling safeenv features.
Arguments¶
src: string
- The source
function LuauInLuau.RunWithoutSafeEnv(src: string)
This is just a wrapper to LuauInLuau.Run(src, false)
, compiles and runs Luau source without enabling safeenv features.
src: string
- The source