of     1   

ethansoh11
#64052177Friday, March 09, 2012 9:44 PM GMT

I have the noob but I need to finish the give cash on kill script. The Humanoid is named Zombie and the model is caleld Noob Heres the script: local Humanoid = script.Parent.Zombie -- Or Zombie Or Whatever function PwntX_X() local tag = Humanoid:findFirstChild("creator") if tag ~= nil then if tag.Value ~= nil then local Leaderstats = tag.Value:findFirstChild("leaderstats") if Leaderstats ~= nil then Leaderstats.Cash.Value = Leaderstats.Cash.Value + 5 wait(0.1) script:remove() end end end end Humanoid.Died:connect(PwntX_X) I tried changing all of the Humanoid words into Zombie but didnt work. Can anyone help me?
GrandAwsome
#64052695Friday, March 09, 2012 9:54 PM GMT

make sure the script is under "Noob"
ethansoh11
#64052772Friday, March 09, 2012 9:56 PM GMT

Do you mean its in the noob model. Because it is
GrandAwsome
#64052975Friday, March 09, 2012 10:00 PM GMT

Wait... you said you change the Humanoid's name to Zombie? if you did you would have to change every weapon that is used against the zombie to check the name as "Zombie"
ethansoh11
#64056988Friday, March 09, 2012 11:05 PM GMT

Already did that. Im talking about the give cash script
ethansoh11
#64125488Sunday, March 11, 2012 12:42 AM GMT

bump

    of     1