How To Make Zombie Spawn Waving System?

so for example

local data = {
[1] = {
         Count = 10
         Heavy = 3
         Normal =  1
}
[2] = {

}

}

How do i change the clone from heavy to normal?

Please remember to read the rules before making a topic

That being said. If you’re having trouble with planning a system, you should try this.

  1. Define what you want to achieve:
    – Create a Zombie Wave System
  2. What are waves?
    – Rounds that expire when all the zombies are dead
  3. How do waves start?
    – Create 50 zombies
  4. How do waves end?
    – When all zombies’s health is 0
  5. What happens after the wave?
    – wait some time
  6. How many waves should there be?
    – etc…

If you learn to break down your ideas into smaller pieces, you will find it much easier to focus on what to code.
Don’t be afraid of trying things, nor of remaking systems like this from the start again if you have a better idea. That is called refactoring.

  1. Design
  2. Prototype
  3. Improve
  4. Repeat
2 Likes

oh thx for the warning, yea from the title i wrote “i can do it with for i,v, but idk what next”
so the point is i dont ask ppl to wrote me all the script. just tell me like @vq9o did, how the script run and how the script loops. lastly im kinda new with roblox studio so, there was rules that i didnt see or did it

1 Like

after almost a year. i finnaly know how to make one. If someone see this, thx for the help.

1 Like