Why isn’t this working? – the product exists and is the right code

local MPS = game:GetService("MarketplaceService")
script.Parent.MouseButton1Click:Connect(function()
MPS:PromptProductPurchase(game.Players.LocalPlayer, 5048990623)
wait(5)
end)
Why isn’t this working? – the product exists and is the right code

local MPS = game:GetService("MarketplaceService")
script.Parent.MouseButton1Click:Connect(function()
MPS:PromptProductPurchase(game.Players.LocalPlayer, 5048990623)
wait(5)
end)
In your game settings do you have all of these enabled (ignore the box check them all and test it)
This is a local/client sided script btw.
Hm, well the only other thing I can suggest is the following:
was using the place id instead of product id ![]()
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.