I need help with a counter, zone, and property (RESOLVED)

I need to make a property (“Players”) that updates depending on how many players there are and sets that amount to be a target for the counter. So when (amount of players) is in a zone it hides a prop.

2 Likes

Make sure to mark this as resolved btw

2 Likes

Use this to find how many players there are:

Then put a counter so the target value is the property “players” (use blocks I guess). Whenever a player enters the zone, increment, and leaves the zone, decrement. Then make a wire “Target Value Reached, Hide Prop”.

Hope this helps!

1 Like

Ty so much.
(extra characters)

1 Like