Is there a way to allow only one team to press a button?

I’ve been trying to make a escape game where one person chases a group of people who have to press buttons to get key cards and couldn’t figure out how to make it so the chaser couldn’t use it. Is there a way to stop them from pressing it?

4 Likes

Use a relay. Switch the chaser to team 2, and set everyone else to team one. Then deactivate the button on game start, place down a lifecycle and a relay to relay on behalf of team 1, and then wire lifecycle to relay, and relay to button to activate it.

3 Likes

Welcome to the community! Make sure to mark a solution.

2 Likes

In the button, make sure to set “scope” to team.

3 Likes

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