setmetatable(_G, {__index = function(table, key) error("global " .. key) end, __newindex = function(table, key) error("global " .. key) end})