Can exploiters access my _G explosion function

Exploiters can access anything on the client no matter what. You should always (always) assume that anything a user does is malicous until proven otherwise.

Rule 1 of network security: Never trust the client
Rule 2 of network security: NEVER trust the client

Further reading:

3 Likes