#help
1 messages · Page 1 of 1 (latest)
spawn the zombies
declare a number
every zombie that gets killed adds to that number
if number == 50 then spawn the boss
Not too difficult to be frank. Alternative would be do either some folder logic. Yet that would be less efficient, and it's not that hard to make a consistent counter (as hell, all you're doing is adding to a value)
Does a video exist
?
Just create a NumValue in workspace
This is basic scripting knowledge. If that is hard for you then please learn how to script
which would be the amount to kill
then inside the npcs add a .Died event
so that when the zombies die the counter goes up
then you just gotta add a if statement that checks if the counter is at 50
and then it will spawn the boss
thats it
not too bad
am i rite?
That ain't basic knowledge
This playlist didn't said nothing about that