YT_PatricioTGN

Cash Giver

Dec 24th, 2020 (edited)
1,203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. local Humanoid = script.Parent.Zombie -- Zombie o Humanoid, si no te funciona Zombie pone Humanoid
  2.  
  3. function PwntX_X()
  4.  
  5.     local tag = Humanoid:findFirstChild("creator")
  6.  
  7. if tag ~= nil then
  8.  
  9. if tag.Value ~= nil then
  10.  
  11. local Leaderstats = tag.Value:findFirstChild("leaderstats")
  12.  
  13. if Leaderstats ~= nil then
  14.  
  15. Leaderstats.Money.Value = Leaderstats.Money.Value + 10  
  16.  
  17. wait(0.1)
  18.  
  19. script:remove()
  20.  
  21. end
  22.  
  23. end
  24.  
  25. end
  26.  
  27. end
  28.  
  29. Humanoid.Died:connect(PwntX_X)
  30.  
  31.  
Add Comment
Please, Sign In to add comment