How to make it so only a specific person can go somewhere?

So in the game I’m making when you claim a coop then you should be the only person able to go in there.
I’ve looked at multiple topics so that’s why there’s a bunch of devices around.
Screenshot 2023-12-15 094600
(of course I had to be blinking)

Are the players on different teams? If so, use a team based barrier…
And maybe isn’t there some way to link it to the players name?

(Zone) Player Enters Zone --> (Item Granter) Grant Item

(Zone) Player Enters Zone --> (Checker) Run Check

(Checker) Check Fails --> (Barrier) Activate Barrier

(Place the zone/s just outside the coop.)

What’s the purpose of the item granter?

To grant the player an item when they claim the coop for the checker to function and activate the barrier. (means the player didn’t claim the coop)
Make sure the barrier is player-scoped.

1 Like

Oh ok!

1 Like

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