Help with dev product

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

image

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)


If not enable it and test out your script again.
It is found here:

They are enabled.

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 :rofl:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.