Hey! I have made an admin panel in one game, is it possible to make a cross game ban system where I can ban somebody from the main place in a different place? (Multi Place Game)
2 Likes
Datastores apply to every place in a game, if you want it to go across multiple experiences you’d need an external database
3 Likes
discord api could work but reading from it could be a problem. I’d suggest pastebin or other text hosting sites, using a csv (comma seperated values) list of banned user ids. Although every free service is going to have a rate limit for post and get requests.
1 Like
It is possible. However, you have to create an external database system for bans. DataStores only apply to one universe(game).
1 Like
Dang, Alright. Thanks Guys! I’ll see what I can do.
2 Likes