Thing is, that this is custom damage system and I use doTargetCombatHealth and a custom area;
local pos = {
[1] = {x=cpos.x-1, y=cpos.y, z=cpos.z, stackpos=253},
[2] = {x=cpos.x-1, y=cpos.y-1, z=cpos.z, stackpos=253},
[3] = {x=cpos.x, y=cpos.y-1, z=cpos.z...