How to make a in-game server selector?

How would I go about creating a server selector like in the image below (it shows players in the server, server name, and region)

Hello! The best way to do something like this is using Messaging Service, pass the data of the players in your game and update it on this ui, I am assuming you have multiple place instances in your game to teleport the players into the game correct? Here is the link to the messaging service documentation:

1 Like