Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tool = script.Parent
- local handle = tool:WaitForChild("Handle")
- local Cash1 = game.Players.LocalPlayer:WaitForChild("leaderstats").Cash1
- local Cash2 = game.Players.LocalPlayer:WaitForChild("leaderstats").Cash2
- tool.Activated:connect(function()
- Cash1.Value = Cash1.Value +1
- Cash2.Value = Cash2.Value +1
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement