PromptBundlePurchase is not working for free items

MarketplaceService:PromptBundlePurchase() does not work for any free character bundles, and instead gives an Error stating that the item is not currently for sale:
image


Repro:

game:GetService('MarketplaceService'):PromptBundlePurchase(game.Players.LocalPlayer,985)

*Ensure that Third Party Purchases are enabled in the Game Security settings, and that you do not already own the bundle id which you are prompting yourself to purchase.

1 Like

I am experiencing the same issue and I’m hoping that it will be resolved soon.

It doesn’t matter whether it is a LocalScript or a ServerScript, any free bundles cannot be purchased at the moment due to this bug.

local bundleId = 282
MarketplaceService:PromptBundlePurchase(Player, bundleId)

image

1 Like

Thank you for reporting the issue!We have assigned it to our team to investigate.

3 Likes