Currently, I’m in the process of creating an admin panel that includes a command for banning and unbanning users.
I’ve ran into a roadblock that has stopped me from continuing further.
Said roadblock is saving that banned data between all servers.
From my understanding, when a new server is created, its just taking the base game that was made in Studio and duplicating it. So if I just simply made an empty table and then when the admin used the ban command, it would add it to the table, then if the user joined they’d get banned, but since in the original version of the place, the one made in studio, has an empty array, if the banned user joined a fresh server, they wouldn’t be banned.
How can I ban someone across ALL servers?