Hello I have a local variable:
TurfPointsSettings = {
{ color2 = { r = 0, g = 1, b = 2 }, owner = "someone" },
}
TurfPointsSettings[1].color2.r, TurfPointsColor2[1].color2.g, TurfPointsColor2[1].color2.b
And the question is why the console says TurfPointsSettings[1].color2.r or any other is a nil value?

Thanks man.