So my script is supposed to Promt a product purchase its a donate gui
local id = 1148875798
script.Parent.MouseButton1Click:Connect(function()
game:GetService(“MarketplaceService”):PromtProductPurchase(game.Players.LocalPlayer,id)
end)
i’m not getting a error i press then button and nothing happens