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

How to use DeveloperProducts?

Asked by 10 years ago

I have a game, and I want it to occasionally offer the player an upgrade which gives them a more powerful sword for one life. How would I how about doing this?

1 answer

Log in to vote
1
Answered by
User#2 0
10 years ago

Developer Products can be used completely with the MarketplaceService.

To have the player buy the Developer Product, use the PromptProductPurchase method (not to be confused with PromptPurchase).

When the player buys the product, you can use the PromptProductPurchaseFinished event (again, not to be confused with PromptPurchaseFinished) to award the user.

0
Your last 2 links don't go to the right pages. Azarth 3141 — 10y
0
I'm so good I forget "/index.php" And.. the pages don't exist? Fixed it all. User#2 0 — 10y
Ad

Answer this question