iceedfr
(King)
#1
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)
ar_qx
(ar_qx)
#2
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:
iceedfr
(King)
#4
This is a local/client sided script btw.
ar_qx
(ar_qx)
#5
Hm, well the only other thing I can suggest is the following:
iceedfr
(King)
#6
was using the place id instead of product id
1 Like
system
(system)
Closed
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.