How to show the players who are playing another game in roblox

Hello, I want to show how many players are playing in a PLACE/GAME in a textlabel, if you have the solution answer this topic! If you also do not know what I have said, you can answer it in this topic!

You can get the player count with this method.

that is actually really cool lol
if you want to get the amount of players in a single place (the one the script is currently in), it can be solved like this:

textLabel.Text = #game:GetService("Players"):GetPlayers()

However, getting the amount of players in a single game requires Vaschex’s solution

Thx for the solution! but… the script must be displayed in a text label