Is it possible to make a Quick play matchmaking mode. They can just choose what Game mode and then they join a random room without having to find one? Such as PUBG or any game with Quick play mode. Thanks for the help!
It is possible but usually requires a backend. One approach is to use client sided selection where your backend simply holds information about all your servers. Then you retrieve a list of them and select a random one. This is usually done when you use a third party backend that imply such limitations. If you however use your own you usually want to just send a random server to the client requesting it.