Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why My Roblox Studio Always Crashes When I try to buy gamepass?

Asked by 5 years ago

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)
0
u have bigger problems than this script Gey4Jesus69 2705 — 5y
0
Why? BloxEnergy -76 — 5y
0
bc that shouldnt make your game crash. there's no problem there Gey4Jesus69 2705 — 5y
0
Can you help So It Doesn't crash? BloxEnergy -76 — 5y

Answer this question