Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I use Process Receipt?

Asked by
Roytt 64
7 years ago

Is it a must when selling devproducts or gamepasses? Would you provide a small example?

1 answer

Log in to vote
0
Answered by 7 years ago

http://wiki.roblox.com/index.php?title=Developer_product

As listed in the wiki, all dev product purchases need to have the receipt processed. In the code where you process the receipt, you add the code that grants the user the item(s) that they purchased.

Then, your function MUST return Enum.ProductPurchaseDecision.PurchaseGranted in order to be credited for the dev product.

Ad

Answer this question