Skip to content

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