Hey there, I am trying to remove certain gamepasses from the roblox store seciton in the game page
This are extra items inside a Tycoon, which should only be available when unlocking certain areas. It cannot be a Dev product because this should stay unlocked forever as the Tycoon saves the progress.
How can I hide the gamepasses so that they are not purchable in the web page?
You can probably add them to a different game, and check if they own the ids for the different game. I don’t see why you can’t just make 1 upgraded dev product for each section, but okay.
You don’t need a game pass for this. Create a Dev Product and a data store. Save data having values on whether the player purchased them or not. This would add more scripts to the game but could help with future ideas.