Hello! I am in the progress of making a lobby, using which you can join some other games! However, I’ve ran into a problem; I want my players to know how many other players a specific game would have, to see if it’s worth joining. As far as my efforts have gone, I still haven’t found a solution.
-
What do you want to achieve? Keep it simple and clear!
I want to achieve the following; Player joins my game, which is a lobby for my other games. These are NOT places. They are full-out other games. I want to give my player an overview of how many players are in said game and if it’s worth joining. -
What is the issue? Include screenshots / videos if possible!
The issue is that I don’t know how this would work. I can somewhat script, but I still haven’t found a way on how to do this. The main problem would be getting the actual player count from the other game, which I have no idea on how to do -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I asked on scriptinghelpers, however I haven’t been able to get an answer from there. I’ve also googled for similar questions, however to no avail. Since I use :Teleport() to get players from one game to another, I’ve also read up about it on the official Developer Hub and haven’t seemed to found anything.
Any help would be greatly appreciated! :]