Why wont my game pass show in really game?

I have made a game pass and when I test it in my studio is works fine but when i publish it where i can test it in a real game its not there???

It would help if we had a script to look at :thinking: Maybe you need to enable something inside the Game Settings for it to work?

local id = 18475166
	
script.Parent.MouseButton1Down:Connect(function()
	game:GetService("MarketplaceService"):PromptGamePassPurchase(game.Players.LocalPlayer, id)
end)

Are Third Party Sales enabled in your Game Settings? I believe that could be the issue

yes there are all enabled except teleport

Try publishing again and see if it works this time, check the output for indication indicating if it actually publishes?

1 Like

yes try to publish again see if that works

alright i did it and it works thank you guys for the help !!!

yay im just happy to help someone

1 Like