#zombie counter

1 messages · Page 1 of 1 (latest)

mild tinsel
#

i need a script so when a zombie spawns it appears on a text that says zombies: (number) and i dont know how to do it

edgy nexus
#

use billboardguis

#

whenever a zombie spawns

#

add +1 to the number

#

and the billboard text is just the number of zombies

#

oh wait i read it wrong

#

at the start of the script

local ZombieCount = 0

then everytime you spawn a zombie just add 1 to the zombie count and the gui text is just the variable

mild tinsel
#

ya but idk how to do the script so it adds 1

clear inletBOT
#

studio** You are now Level 4! **studio

edgy nexus
#

just

#

zombieCount += 1

mild tinsel
#

1 sec

edgy nexus
#

i assume your spawning is a function so just add this to the wnd

mild tinsel
#

okk

#

i got banned for 1 week so i cant do anything :(