How do i make it so only i can go in a room but no one else can enter

idk how to do it do any one of yall know how to

Add a trigger with max triggers of 1. Wire it to a barrier so that trigger triggered → deactivate barrier.

A better solution would be to have you to be the host, give the host an item (lifecycle → item granter), and when stepping on the trigger (remove max triggers), send a message to a checker that checks for the item. If true, deactivate barrier.

1 Like

You could also have a player-scoped property that makes it so the first player has a barrier unlocked for them. You could do this with a lifecycle and a counter, when lifecycle runs counter reaches its target value, which unlocks the barrier. (I think)

Welcome to the forum! I hope you have fun here! Anyway, the lifecycle can also be used for tower host options like giving them a certain item.

i will try it thank you

1 Like

Or make the lifecycle just deactivate the barrier.

1 Like

Welcome to the forum, @Dre1mer! Does it work?

Welcome to the forum, @Dre1mer !

Welcome to the forum, @Dre1mer! Use this guide to help figure out the forum: [ Resources 📰 ] for Forum-Guides