Anyone know how to make a timer so when it reaches 0 a barrier gets removed

I’m trying to make it so you have to stay in the game for like 15 mins and a door will open. anyone know how to do that?

You will need a counter, 2 wire reparters, a barrier, and a few wires.

Set the starting value of the counter to how much time they have.

Set the delay of the repeaters to 1.

I was going to make it so you have to wait 15 mins and a barrier will disappear

You will need several counters then.

how many do you think I will need?

There are a couple ways to do this. If you don’t feel like using block code or counters/triggers, you can just take fifteen wire repeaters, and set all of them to a delay of 60 seconds. Then take a lifecycle, and wire the lifecycle to the wire repeater, and that repeater to the next, etc, and then wire the final wire repeater to the barrier to deactivate it.

image


I just did this uthink this would work?

You need something to trigger the first repeater.

And set delay to 60.0

Otherwise, yes it would.

I have it set for 60.0 but what do I trigger

Connect a button to the first repeater.

Or use a zone instead.

oh ok I got you, thank you

You should mark a solution if this helped.

sorry, but how do I get the counter to start counting down? @FatKat