Hello I got a problem with script, I just don't know how to add another visual effect with damage same as it is in forumla below
arr = {
{0, 0, 1, 0, 0},
{0, 1, 1, 1, 0},
{1, 1, 3, 1, 1},
{0, 1, 1, 1, 0},
{0, 0, 1, 0, 0},
}
local area = createCombatArea(arr)
local combat...