Advertisement
hottrin

Donation Script (ROBLOX)

Oct 5th, 2019
13,189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local id = 00000000 -- change these to your product id
  2.  
  3. script.Parent.TextButton.MouseButton1Click:connect(function()
  4. game.MarketplaceService:PromptProductPurchase(script.Parent.Parent.Parent, id)
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement