How do i make a one-team barrier into a shared safe-zone?

I made a safe zone which is a market for 2 separate teams divided by barriers. I want team one (right side) to not be able to get into team two’s barrier (left side) and vice versa. Any ideas on how to do it?

1 Like

Make the barriers team scoped.
Then add a life cycle,
On game start → Deactivate barrier

Maybe you can use wire repeaters that only allow signals from 1 team.

Lifecycle:
image

Barrier:
image

For the other side, just turn off active on game start and instead of the lifecycle deactivating barrier, it activates barrier.

Just tried it, now my main (team one) cant get to team 2 and alt (team two) cant get to team one until the barriers on top disappear. Thanks :slight_smile: i cant upload 2 images bc new acc

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