How do I make an online chat? There was a YouTube tutorial for making a chat UI and making it work, but it doesn't send the messages to everyone else's client, therefore making it just singleplayer chat. How can I send like a JSON or some encoded version of the chat message (like ASCII or something, idrk.) and send that information to each client, and then decode it on those clients and display it on a new line of the RichTextLabel containing every chat message? Help appreciated.