How to make it that if someone is in a certain location something happens

So I wan’t to have it so it checks if your in a certain location or place or else something happens, cause Zones only check if you enter or leave it, not it you are already in it

coordinates.
you can use inequalites to check if someone is between certain “lines”

1 Like

You can still use a zone, enters just means that the player is in the zone.
Does this help?
Wire it so “player enters zone” > transmit on channel

1 Like

that doesn’t mean you can check if they are in the zone at any specific time though.

Use a small zone (hear me out)
Make it so enters the zone means that the player is inside, and when the player has left, he is outside.

That wasn’t the question, I think.

I really do think it works if the player is just in the zone, because as they load in they’re technically entering the zone.

1 Like

oh wait
counters

counter is 1 if they are inside
counter is 0 if they are outside

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.