Alright, so I’ve been looking all over for resources but I haven’t been able to find any. I’ve got two questions.
1 - Is it possible to store tables on an external database?
My reason for asking this question is because I want to make a global blacklist. A blacklist that I can easily update and have updated across all my games (not places). Essentially a quick and easy way to blacklist players across all games, without having to go into each game separately to blacklist players from.
2 - Do you have resources to help me?
Preferably if all setup could be done in Lua since that’s all I know but I’m happy to learn how to use another language to set up a database.
well the answer is YES, you can make a global blacklist that can work across different games. You just need to make a Text document anywhere on any website and update it.
i recomment php since its easier to add text to your tables and you can find how to with a little research.
You can make argument for adding and removing texts from that table and use HTTP Service ingame to update it.
The easiest way is to use trello, I have seen the admin commands like adonis use trello to ban people, I suggest looking inside their scripts to learn how to use it.