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

Developer Product not working?

Asked by 10 years ago

I have two scripts and the message that says "Would you like to buy this?" comes up but even if someone buys it, I don't get the robux/tickets. The first one is on a local script placed into the StarterPack:

local buyButton = game.Workspace.BuyButton.SurfaceGui.TextButton
local productId = 19198634

buyButton.MouseButton1Click:connect(function()
    game:GetService("MarketplaceService"):PromptProductPurchase(game.Players.LocalPlayer, productId)
end)

and:

local productId = 19198634
game.Players.PlayerAdded:connect(function(player)
    Game:GetService("MarketplaceService"):PromptProductPurchase(player, productId)
    end)

2 answers

Log in to vote
1
Answered by
TofuBytes 500 Moderation Voter
10 years ago

There's a thing called Pending Sale. You should know about it before making Dev Products.

0
How do I find out about it? I did an online search and went to the Roblox wiki and it wasn't there. titan111 0 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

wall124 is right. Here is the meaning of Pending Sale.

It's the sales you've made from game passes, however it's held from you for two days just incase someone reports your passes as a scam. That way they can get their money back.

0
So what your saying is I have to wait two days before I can get the robux? titan111 0 — 10y
0
Yes you have to PlayingOBC 70 — 10y
0
Okay...I have actually waited 5 days because I haven't been on and I still don't have the robux. What now? titan111 0 — 10y
0
Idk PlayingOBC 70 — 10y

Answer this question