Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Coins_Id = 0
- --- 10 Coins for Buying ---
- game.Players.PlayerAdded:Connect(function(player)
- if MPS:PromptProductPurchase(player, Coins_Id) then
- player.Coins.Value = player.Coins.Value + 10
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement