So basically, I’m trying to see if a player has a certain item. The player’s inventory items are stored in a table. If the player has the vip gamepass, then they get that certain item, but I don’t want it to duplicate.
if MarketplaceSerice:UserOwnsGamePassAsync(player.UserId, 57645315) then
if not table.find(itemHolder.OwnedSkin, "Glow Gold") then
table.insert(itemHolder.OwnedSkin, "Glow Gold")
end
end