So I made this zombie but I want the zombie to give a currency wihich is heads when it dies
my lame attempt..I also placed it in the zombie
1 | local Humanoid = script.Parent.Zombie -- Or Builder Or Whatever |
2 | function |
3 | Humaniod.Health = 0 |
4 |
5 | Leaderstats.Change.Heads( 10 ) |
1 | local Humanoid = script.Parent.Zombie -- Or Builder Or Whatever |
2 | function |
3 | Humaniod.Health = 0 ---- MISSPELT HUMANOID! [ |
4 |
5 | Leaderstats.Change.Heads( 10 ) |
Misspelt the second "Humanoid word right there."
Make sure you created a leaderboard.
Check output also.