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

Why doesn't PromptProductPurchase work for console?

Asked by 4 years ago

Hi! I have been trying to get PromptProductPurchase to work for a while now. It works for both mobile and pc but doesn't seem to work for console. Any help would be greatly appreciated

script.Parent.Activated:Connect(function()
    game:GetService("MarketplaceService"):PromptProductPurchase(game:GetService("Players").LocalPlayer,942236577)
end)

Answer this question