How do I get a game's server list with messaging service?

So, I’m trying to make a server list GUI with all the servers you can join, but I’m unsure on how to do it. People recommend me to use either OrderedDatasStores or MessagingService, but I’m unsure on how to use either of those. If it is possible, could I have a analysis on MessagingService, and how I can create the server list?

There is a decent amount of documentation about MessagingService and there’s also a Community Tutorial that further explains how it can be used. With having PlayerLists of each server, you could simply send an array of usernames through MessagingService to the desired server and display those names on the GUI.

2 Likes