How would I go about making a server list for the main game?
Example; we have the game with the server select (main menu) then when they click on one of the servers they get teleported into the main game.
What would I have to encode so to display certain information from a server? Like the map or number of players for example?
How would I remove servers from the server list once they shut down? Adding onto this, how would I update the list of servers in general?
You can use the roblox server API to get data from your game’s servers
I think you can find something useful there.
I advise you to read the official documentation of the roblox server API here - Swagger UI
Oh ok
I tried to help, but I still advise you to study this documentation as you may need it in the future, for example, to display information about the number of players in your game, etc.
Good luck
the most information you can get from game API is the server itself and the player count
why would you use that when u can just code some simple messaging service and get players, server names, info about the server itself, and it takes like less than a second + doesnt need a proxy