Skip to content

Commit 680e99d

Browse files
authored
Update README.md
1 parent 47e4243 commit 680e99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DevForum thread: https://devforum.roblox.com/t/quick-donation-board-monetize-in-
2121
- The fifth setting is `DONATION_OPTIONS`. Using the developer products that you made earlier, fill in the amount of robux it costs and the product ID for each option. The board only has room to display five options.
2222

2323
## Warnings
24-
- If you set the `MarketplaceService.ProcessReceipt` function anywhere else in the game (you likely do if you have other developer products), you will have to manually connect the functions yourself. This can be done in the form of a `BindableEvent`, where it will fire to the Core script upon purchase and the Core script will return a boolean signal: `true` if it found a donation with that ID and `false` if it did not.
24+
- If you set the `MarketplaceService.ProcessReceipt` function anywhere else in the game (you likely do if you have other developer products), you will have to manually connect the functions yourself. This can be done in the form of a `BindableEvent`, where it will fire to the Core script upon purchase and the Core script will return a boolean signal: `true` if it found a donation with that ID and successfully granted the donation or `false` if it did not find a donation with that ID or errored when trying to grant the donation. If it returns true, you can retirn `Enum.PromptPurchaseDecision.PurchaseGranted` to the `ProcessReceipt` function.
2525
- This board will not work in Roblox Studio unless you have "Enable studio access to API services" enabled under game settings.
2626
- This board will not work in unpublished places.
2727

0 commit comments

Comments
 (0)