Not looking for a script but just information on what types of functions or things I could use or learn to be able to make a cross server chat. I'm making a game with 1 player servers and I want to be able to script a chat where players can chat with other players in different servers, basically a chat that everyone in the game is in. Is this possible?
This would actually be something quite simple to do. You can upload each players message to a server using HTTP service. Then, on the receiving game, you would load the string from pastebin. You could then display the message in a UI. I hope this helps