Hey, I wondering what’s the best apporach to making a Gobal type chat. What I mean by this is a chat is it is inside a Gui, that certain players can access it, from all servers. If you have ever played bedwars, I kind of what to make the Clan chat system kind of. The thing is that only one of these exist, and it’s for admins.
I would like to load some of the history on join, not much, but atleast like 5 messages.
How should I do this? Should I really use a data store? Or will issues arise like not saving, or reaching the max limit use of Update/Set Async (Because I have other data stores too)? How should I update all the servers? I want this to work in all servers, but how should I get the data when someone sends a message?
I’m not at the stage of coding this yet, I’m just asking how I would go about this.
Any help is appreciated!