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

What is wrong with marketplace?

Asked by 10 years ago

Plz fix it.

script.Parent.ClickDetector.MouseClick:connect(function(player)
    game:GetService("MarketplaceService"):PromptProductPurchase(player, 19579792)
end)
game:GetService("MarketplaceService").PromptProductPurchaseFinished:connect(function(userId, productId, isPurchased)
    if isPurchased == true then

    end
end)

1 answer

Log in to vote
1
Answered by 10 years ago

Explain what you've tried so far. Don't come into the picture just asking for someone to do all of the work for you.

Do not only post code, or only post an explanation. Both are required to make a good question.

0
I did not find any problem i was searching and redoing it then he sayd that i typed loca wrong ;D vincius0000 0 — 10y
Ad

Answer this question