Reproduction Steps
Reproduction:
- Create a new place under your account
- Configure start place
- Create 3 developer products for the place
- Product 1 will be named “2x Experience” and priced at 0 robux
- Product 2 will be named “Roll Nen Ability Skin” and priced at 0 robux
- Product 3 will be named “50x Race” and priced at 10 robux
- Run this code as the server while replacing the id with the generated id for each product:
local id = 0 -- replace this
game:GetService("MarketplaceService"):PromptProductPurchase(game:GetService("Players"):GetChildren()[1], id)
Expected Behavior
The prompt to display a buy button and a cancel button, titled “Buy Item”. This should occur for every developer product created.
Actual Behavior
The prompt displays with the title “Error” and a description of “This item is not currently for sale. Your account has not been charged.” This occurs only on some developer products.
Issue Area: Engine
Issue Type: Other
Impact: High
Frequency: Constantly
Date First Experienced: 2021-12-30 19:12:00 (-05:00)
Date Last Experienced: 2022-02-25 00:02:00 (-05:00)