-
What do you want to achieve? Keep it simple and clear!
I want to make a lobby for my game that directs people to several other places within the same universe. This lobby needs to have a player count for each place that it has links to. -
What is the issue? Include screenshots / videos if possible!
I do not know how to get the player count for each place in the lobby. -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried several solutions from the Developer Forum, however they usually are either impractical to set up or return the player count for the entire game rather than the place.
Have you tried looking at the API reference on TeleportService?
You can also have your servers store player counts in an ordered-data-store based on JobID, and just cycle through those.
3 Likes