Not tested, probably can be shortened, long ass script haha
local arr1 = {
{1, 1, 1},
{1, 2, 1},
{1, 1, 1},
{1, 1, 1}
}
local arr2 = {
{1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
{1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1},
{1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1},
{1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1},
{1, 0...