Advertisement
RibCripql

Cool script

Dec 15th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Humanoid = script.Parent.Zombie
  2. function PwntX_X()
  3. local tag = Humanoid:findFirstChild("creator")
  4. if tag ~= nil then
  5. if tag.Value ~= nil then
  6. local Leaderstats = tag.Value:findFirstChild("leaderstats")
  7. if Leaderstats ~= nil then
  8. Leaderstats.KOs.Value = Leaderstats.KOs.Value + 23 --Change Kills to the stat that is increased.
  9. wait(0.1)
  10. script:remove()
  11. end
  12. end
  13. end
  14. end
  15. Humanoid.Died:connect(PwntX_X)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement