Idea have a player go from 1 game to another, and find a server
Problem No idea how to do this? any help?
Thanks :D
If you mean from one universe to another (ex from your game to someone else's game), you can't.
If you mean from one server to another within your universe, use the TeleportService (take a look at the methods, specifically TeleportToPlaceInstance and GetPlayerPlaceInstanceAsync).
If you want to do your own server management (ex for matchmaking), you can do this by creating places (using the AssetService) or - assuming they unlock the functions in the future - TeleportService's new "ReserveServer" and "TeleportToPrivateServer".