matthewdean / proxy.lua

Control access to objects in pure Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unproxied string library functions can be accessed by indexing a string

matthewdean opened this issue · comments

A statement like:

  ("").dump(game.IsA)

Will throw an error if the game isn't proxied. And in ROBLOX, the string table can't be modified so there is no way to prevent this.