Can you detect and block off a place if someone is a certain team

I have seen it happen before, though I need an explanation, and how to do it

2 Likes

assuming you’re using props to block off things, you would have a zone in front of the prop that triggers whenever anyone of a certain team enters it. That zone then sends a signal to the prop to appear again. You can also do this with barriers, I believe.

1 Like

Welcome to the community @Shdwy! Check out the new-user-must-read and forum-tips for more easy help! Read the Community Guidelines for a gist of the rules. If you ever run into a hard problem, just ask away! After all, this is a community forum! And no, this was a art help post.

1 Like

Yes. You can. Make the scope of the barrier team or player. Now make the barrier deactivate on “authorize”. Now make a lifecycle for game start. It should trigger a relay that broadcasts for the team that CAN go in the barrier. Make the barrier active on game start and the relay should broadcast on “authorize”.

1 Like

Please mark a solution!

I would have tried to help but code and blocks are not my area of expertes.

Could you send some pictures, sorry Im kinda confused

I’m on mobile. Sorry.

That’s ok, I got it, right as you said it, thank you!

1 Like

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