I deal with mainly HttpService applications. Send me a message on Discord (12GaugeNick#9211) if you have questions about any HTTP things. Twitter: @nicksdirt ROBLOX: 12Gauge_Nick iq = setmetatable(getfenv(),{ __call = function(_,...) print("yeet") return math.huge end, __metatable="Locked", __newindex=function(...) warn("no changey me") return nil end }) level = iq() print(level)