anyone know how to repair this script?
script:
local pos = {
{x = 33253, y = 31081, z = 8},
{x = 33259, y = 31090, z = 8},
{x = 33266, y = 31085, z = 8},
{x = 33263, y = 31094, z = 8}
}
function doClearMissionArea(fromPos, toPos)
for x = fromPos.x, toPos.x do
for y = fromPos.y, toPos.y...