Is it possible to store a blacklist on an external database?

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.

I dont think there is a way to connect two or more games just by means of roblox. You may want to use HTTP requests to your database site.

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.

2 Likes

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.

A video I found to connect adonis with trello is here How to connect Trello to Adonis Admin ROBLOX - YouTube, you could use this in finding the specific code or if you just want to use adonis

1 Like

ah completely forgot about how Adonis does that thank you!