Zombie round timer system?

Hello, I want to make a system where its rounds like with a timer and you have to kill all the zombies before the timer runs out
and you teleport to the map when a new round starts
only problem is I cant find any tutorials for this
most of them only have a zombie wave system where you step on a part then the waves start
or a countdown of the rounds
but idk how to make the zombies spawn in
so if anyone has any tutorial they found or can help
then let me know I hope im not too much of a bother?

You can try to loop through all childrens in workspace when timer runs out, and if there will be npcs with name “Zombie” then its defeat.

1 Like

hey man,

what i would do is break the game down into managable chunks so you won’t be overwhelmed by all the things you need to do.

i would say start off here and as the intermission finishes you can teleport the players to the map:

also search up in Community Resources things like “zombie”, “round system”, “teleport to map”. people put up tons of useful stuff all the time! u can download or edit uncopylocked places and review their scripts line by line so u can understand how they did it. hope it helps :slight_smile:

Thanks so much man Ill definetly take a look and thanks for the reply !

1 Like