I’m trying to make a button where if you own a certain game pass, it brings up a GUI on click. If you don’t own that certain game pass, then it’ll bring up a different GUI.
My issue is that even though I own the certain game pass, the wrong GUI shows up. The GUI that shows up is the one that should only show up when you don’t have the pass.
I’ve tried using the MarketPlaceService and GamepassService, as well as stating certain lines in different ways.