Is there a way to get the list of players who have joined a place via game in GUIs

  1. What do you want to achieve?
  • To get a list of players that joined a place from a game. (like a main hub).
  1. What is the issue? Include screenshots / videos if possible!
  • N/A.
  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
  • Searched around, but couldn’t find anything on it.

I’ve wondered if there is a way to get the list of players that have joined a particular place from a game, which acts as a main hub to places into GUIs.

I’ve not been able to find anything on this and any replies regarding a way to do this would be great.

4 Likes

Like the vists that a game has?

Maybe try using datastore and have a global value which increases by one every time a player joins.

1 Like

No, not visits but a GUI that shows a list of players that have joined (with their username), sorry if the question was not so detailed.

I guess I could use string values to get player usernames and put them in GUIs, but the main problem is I’m trying to do this from a place to a game.

Maybe store the user ID. And I’m pretty sure you can access the datastore from any place in a game.

Is it legal? just wondering if i can make an admin gui to control the game data of a user, and it shows if the user have joined the game.