When i click to buy Game Pass MY game crashes
local plr = game.Players.LocalPlayer local button = script.Parent local MarketplaceService = game:GetService("MarketplaceService") script.Parent.MouseButton1Click:Connect(function() MarketplaceService:PromptProductPurchase(plr, 5647766) end)