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

need help with game pass when you buy it trys to sell you a model not a game pass?

Asked by 5 years ago

yes the id is right i have checked many times when you buy it trys to sell you a model nothing in output

local id= 4154376
local player = game.Players.LocalPlayer
script.Parent.MouseButton1Click:Connect(function()
    game:GetService("MarketplaceService"):PromptPurchase(player,id)
end)
0
just replace PromptPurchase to PromptGamePassPurchase HaveASip 494 — 5y

Answer this question