So I am making a cops and robbers game and I need to know how to track how many players are in a zone (prison) and make that number show up as a game overlay. Also I need it to change the number down to a zero when they all leave during a jailbreak. is this possible? If so how.
and can pls people search up stuff before posting?! (hope that doesn’t sound rude)
Thank you but neither of these are really what I am looking for (I had already read one of them and scanned through the next) is there any way to make a game overlay that track the amount of players in a zone?
Zone → Counter (player enters zone, increment counter)
Zone → Counter (player leaves zone, decrement counter)
Use both wires and channels
Make the counter have a property. Inside the overlay’s blocks, add *Create Text with: Players in Prison: ____ (property name)
Thank you! ( four days have I been searching for the answer to this)
well you would need a counter if you want a basic one so if person goes in zone counter updates
well game overlay is something I think you can ask @StacheIsTaken since if I remember he asked the same question
like this?
Yes, perfect!
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.