Advertisement
Sungmingamerpro13

CoinsProduct

Feb 13th, 2023
1,119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. local MPS = game:GetService("MarketplaceService")
  2. local Coins100 = 1191084233
  3.  
  4. MPS.ProcessReceipt = function(Info)
  5.     if Info.ProductId == Coins100 then
  6.         local Player = game.Players:GetPlayerByUserId(Info.PlayerId)
  7.         Player.Coins.Value = Player.Coins.Value + 100
  8.     end
  9. end
  10.  
Tags: Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement