When I attempt to prompt a product/gamepass purchase, nothing is output/happens.
My code:
local plr = game.Players.LocalPlayer
local id = 9291228
script.Parent.MouseButton1Click:Connect(function()
local mps = game:GetService("MarketplaceService")
mps:PromptGamePassPurchase(plr, id)
end)