So basickly you didnt helped me very much ive seen this at leas 20x times. I even posted my prgram so you can see what i am trying to do. So you could use to explain it on some example from that program not from soem generic post. So if i am right then if i will write this
local thisTable = {}
thisTable.1 = { ["id"]= "this is my id",
["dmg"] = 15,
},
thisTable.2 = { ["id"] = "next id",
["dmg"] = 22,
},
return thisTable
Then how i will call the value of dmg in thisTable.2 ?
Next is nic