Is it possible to have multiple gamepass values for one system like a VIP system but two gamepass ids can be used bc I am switching my game to a group and I got to lose the original gamepass id for the new can’t I list both?
if gamespassVip1 or gamepassVip2 then …
idk about game passes … was thinking badges.
“gamespassVip1” being a variable you set to true if that pass … passed.
1 Like
It is possible but I would run them with a different if check and continue from that.
You’d need to call the UserOwnsGamePassAsync
method twice, once for each gamepass.
2 Likes
just in general bc i have multiple scripts that need to go ids
1 Like