In-game conversation system

Hey there,

I would like to create a conversation system in-game which shall allow two players to communicate across servers in chats on UI-based phones. The chats should save and both shall be able to message one another even when the second person is not playing at the moment. I am not much of an expert, so how´d I start this? Thanks in advance!! :slight_smile:

You should look into the MessagingService. This is exactly what you would use to create a system such as this.