(Topic Closed) How do I make a game with a traffic light?

How do I make an automatic traffic light system? Thank you.

Maybe this would work?

1 Like

timer and randomizer with barriers being the traffic light
with the timer setting the randomizer to a different light each time the timer hits its target: 0
if u want players not to move whilst it is red thats a whole different story

you just use 3 circle barriers(red green and yellow) on top of a rectangle black barrier, then have a trigger and counter wired to the game start(life cycle) so when game starts it counters down and then the triggers have 1.0 seconds before spawning the next color barrier.

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