I put in the productID, but when someone buys something from my in-game it don't do nothing.
Script: script.Parent.Frame.Darkroot.MouseButton1Click:connect(function() game:GetService("MarketplaceService"):PromptProductPurchase(Player, 29666143, true, Enum.CurrencyType.Robux) end)
id = 29666143 player = game.Players.LocalPlayer script.Parent.MouseButton1Click:connect(function() game:GetService("MarketplaceService"):PromptPurchase(player,id) end)
Is this what you're talking about?