Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local MPS = game:GetService("MarketplaceService")
- local MoneyID = script.ID.Value
- MPS.ProcessReceipt = function(Info)
- if Info.ProductID == MoneyID then
- local player = game.Players:GetPlayerByUserId(Info.PlayerId)
- player.Money.Value = player.Money.Value + 25
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement