Hello, I have problem with Gamepass Gui. I know how to do it, but in game (not roblox studio) it says not for sale.
Here is the code:
local GamepassID = 13678102
local MarketplaceService = game:GetService("MarketplaceService")
script.Parent.MouseButton1Click:Connect(function()
MarketplaceService:PromptPurchase(game.Players.LocalPlayer, GamepassID)
end)
Gamepass link: V.I.P Gamepass - Roblox
Please help me!