Advertisement
mustafaradhi

Tool Script

Jan 1st, 2018
2,884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. local tool = script.Parent
  2. local handle = tool:WaitForChild("Handle")
  3. local Cash1 = game.Players.LocalPlayer:WaitForChild("leaderstats").Cash1
  4. local Cash2 = game.Players.LocalPlayer:WaitForChild("leaderstats").Cash2
  5. tool.Activated:connect(function()
  6. Cash1.Value = Cash1.Value +1
  7. Cash2.Value = Cash2.Value +1
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement