of     1   

C_Sharper
#182939380Wednesday, February 03, 2016 6:43 PM GMT

setfenv(1, {math = _G, print = print}) math.Render = 4 print(math.Render) I was messing around with setfenv. I never really tried it before, but I got this to work. It's kinda cool.
ParadigmaticAnon
#182940309Wednesday, February 03, 2016 7:11 PM GMT

Indeed, Lua tables are quite powerful. I am certain that your mouth is salivating heavily at the prospect of constructing advanced, static environments using only the "fenv" functions and "metatables."

    of     1