local Mobs_Auras = {
{"JERRY", 455, Color3.fromRGB(0, 0, 0), false,"0.21%",snowdin},
{"Whosha", 25, Color3.fromRGB(60, 63, 255), false,"4%",waterfall},
{"Greater Dog", 20, Color3.fromRGB(152, 255, 255), false,"5%",snowdin},
{"Lesser Dog", 12, Color3.fromRGB(152, 255, 255), false ,"8.25%",snowdin},
{"Ice Cap", 12, Color3.fromRGB(152, 255, 255), false, "8.25%",snowdin},
{"Moss", 6, Color3.fromRGB(255,255,255), false,"16.5%",ruinas},
{"Whim", 3, Color3.fromRGB(255,255,255), false,"33%",ruinas},
{"Froggit", 3, Color3.fromRGB(255,255,255), false, "33%",ruinas},
{"Soulless", 2, Color3.fromRGB(186, 186, 186), false,"50%",""},
}
Is there a way to make a Metatable that can interact with the tables inside them? I’m doing a metatable attached to “Mobs_Auras”, but I want to include all of the tables inside of it as well. How?