Hey! So I want to create a region-based server list that lists a list of servers. Players can join or create a server and whatnot. I also want the feature to set a region and search based on regions.
What’s the best way of doing this? And are there any good tutorials/resources you recommend?
You could probably use TeleportService to create reserve servers where you recieve a code. With that code you can teleport players. Create a datastore of those codes and then display them to a player, when they select one teleport them to that reserve server using that code.