I changed it a little cause errors but almost yes just wanted to cast the area2 3 times with dmg which even if there is not the bug is happening also
local area1 = {
{0, 1, 0},
{0, 1, 0},
{0, 3, 0}
}
local area2 = {
{1, 1, 1},
{1, 1, 1},
{1, 1, 1},
{0, 0, 0},
{0...