Dev product bug

I was trying to make a dev product, but it shows it something else NOT the actual item. Some type of shirt is being showed instead.

I created other dev product but same issue.

And with third party sales enabled.

Can you provide a script?

Also, this belongs in #help-and-feedback:scripting-support and not #forum-help:forum-bugs because this is not a forum bug by a long shot.

local MarketplaceService = game:GetService("MarketplaceService")

	MarketplaceService:PromptPurchase(game.Players.LocalPlayer, 3224170950)

Thats all there is. and there is no other scripts that should have an issue, none of the modle have a script.

NVM Instead of

MarketplaceService:PromptPurchase(game.Players.LocalPlayer, 3224170950)

its

MarketplaceService:PromptProductPurchase(game.Players.LocalPlayer, 3224170950)

No idea why it does that but I’m glad its fixed.

Yeah exactly lmao.

Mark ur post as the solution and keep this stuff in mind next time.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.