local coordTable = {
{loc={{1447, -2287, 13}, {0, 0, 3}, {100, -2000, 13}}, colour={255, 255, 255}},
}
Hi,
I'm trying to get each of the values from within loc. So, for each tables within loc, I want the value of the three numbers inside. I'm not sure if I'm explaining correctly.
Sort of like this issue, but slightly more complex. I'm able to get the first table within loc using the same method in the issue linked above, but not the other tables.
Any help would be appreciated. Thank you.