Hey, really simple one here. I want to know how to edit this line of code so that it returns true when the player does NOT have the gamepass. (I am trying to make a “free powerups” gamepass, so I need to only run the payment function when the user does not have the gamepass.)
if MarketPlaceService:UserOwnsGamePassAsync(player.UserId, GamepassID) then
Thanks!