I just added and started scripting gamepasses in my game.
At certain parts of the game, I check if the player has the gamepass, and if he doesn’t, I prompt him a purchase via MarketplaceService:PromptGamePassPurchase(pl, gamepassID).
The prompt wasn’t appearing, and I thought I did something wrong, but then through print statements I found out that I already have the gamepass, even tho I just created it and never bought it. I guess as the owner of the game I automatically received the gamepass.
This makes me unable to test certain snippets of code I have.
So the question is, how to delete the gamepass, so I can buy it again? There should be some command for command line I think.