Weapons = { { name = "MP-412 Rex", class = "cw_g4p_mp412_rex", price = 10, model = "models/weapons/w_pist_deagle.mdl", }, -- Copy and paste to have more } for k, v in ipairs(Weapons) do -- Loop through each of the weapons we created print(v.name) -- Print identifier end