KashTheKingYT

ProductHandler Module Script

Jun 29th, 2023
1,572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local module = {}
  2.  
  3. module[1568919903] = function(player)
  4.     player.leaderstats.Coins.Value += 1000
  5. end
  6.  
  7. module[1568935987] = function(player)
  8.     player.leaderstats.Coins.Value += 3000
  9. end
  10.  
  11. return module
Advertisement
Add Comment
Please, Sign In to add comment