how to make it like a overlay shows how many people out of how many people are cursed like in snowy survival
Make an overlay, set as text, start as 1. Get a counter and a property too. The property is a number and is global scoped. The counter has a default value of 1, is global scoped, and updates the property. Then, using your tag zone, broadcast on a channel when a player gets tagged. Make the counter increment when receiving on this channel. Make the property broadcast on a channel when the value is changed. Now go to your overlay and create a block that updates when receiving on the channel that your property broadcasts on. In the blocks, do this:
Set text, get property: [your property goes here].
That’s all!
thanks it really helps
1 Like
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.