How to make player count in another place?

example like this just count the player.
Thank you for help!

https://gyazo.com/4aa48739111d084e5c54702f3e311377

1 Like

You will need to use messaging service to communicate between the servers of how many players are in their server. You can get the number of players by

local NumberPlayers =  #game.Players:GetPlayers()

MessagingService Wiki:

2 Likes

I have a 2 place. how to use it?

Messaging service works though your entire game and places. Did you look at the wiki?, it shows you how to do it. If you are looking for a full script handout, than this isn’t the place to look.

Hey @MrMostKung ! :wave:

I’m very confused on what you need.

The video shows the person clicking a “Join” button then getting teleported somewhere else.

Do you want a countdown then teleport or you click a button and you get teleported?

1 Like

just a player count in another place

just a players playing in place

Did you even try messaging service?