Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Humanoid = script.Parent.Zombie
- 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.KOs.Value = Leaderstats.KOs.Value + 23 --Change Kills to the stat that is increased.
- wait(0.1)
- script:remove()
- end
- end
- end
- end
- Humanoid.Died:connect(PwntX_X)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement