Hello, I’m making it so when the player joins the game, they get an attribute added called ‘‘Owns[GamePassName]’’. My question here is, how’d I get the GamePassId from the table instead of the GamePass name?
local gamePasses = {
[222142153] = "Vip"
}
print(gamePasses["Vip"]) --I want the number to be printed!