Server browser help

Ok so Im trying to make a server browser that can can show the current mode of that games server similar to Phantom Forces’s server browser. The problem is I don’t know where to start as I never learned how to use Messaging service or HttpService.

Pretty much Im trying to have 2 separate places: The server browser, and the actual game. Im not sure how to communicate from game to game so if anyone could clear this up a bit I would appreciate that.

I don’t think HttpService would be needed to do this. You may want to use MessagingService (like you said) and TeleportService.

Im aware that I need to use messaging service and TeleportService but how would I get it to communicate with an entirely different game?