How do I make a live player counter

I don’t know how to make a live player counter in the game.

SEARCH BEFORE YOU POST! Mark a solution if you question is solved please!

3 Likes

Super easy! Instead you make the counter more visible to everyone. If you want it to be a game overlay or text, make a property that’s number value based and then link it to the counter!

Link the property to a game overlay that constantly checks the property (you can make it constantly check using a trigger repeater, which is two triggers that trigger each other triggeringly)

After, the game overlay or text should constantly be displaying the property’s value, aka the player count!

Hopefully this helps!

But if a player leaves… then it won’t work, that’s the only downside.

2 Likes

lifecycle wired to a relay wired to a counter relay trigger increase counter, this just detects how many players there are at the start but the others above should help