example like this just count the player.
Thank you for help!
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
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 !
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 players playing in place
Did you even try messaging service?