Safe _G alternative for communicating tables between multiple Server scripts?

_G has been condemned to oblivion so i’m wondering if there’s an alternative that lets you communicate a single table between multiple scripts?

So I realized the reason module scripts aren’t updating between scripts is because of actors…

I discovered SharedTables!!!

1 Like

How much better are these over _G cause shared Tables, I know for a fact shared tables are slower updating then normal tables because they are mainly used for Scripts that run on different CPU Cores

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.