Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

How to make this zombie script work?

Asked by
22To 70
9 years ago

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

local Humanoid = script.Parent.Zombie -- Or Builder Or Whatever 
function 
Humaniod.Health = 0

Leaderstats.Change.Heads(10)
0
Sorry i am not good at scripting. 22To 70 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago
local Humanoid = script.Parent.Zombie -- Or Builder Or Whatever 
function 
Humaniod.Health = 0 ---- MISSPELT HUMANOID! [

Leaderstats.Change.Heads(10)

Misspelt the second "Humanoid word right there."

Make sure you created a leaderboard.

Check output also.

0
No help at all this dont work 22To 70 — 9y
Ad

Answer this question