I just started my server, and tried this again, and now I am getting console error. I was not getting any errors last night.
function onKill(player, target)
if target:isPlayer() or target:getMaster() then
return true
end
local targetName, startedTasks, taskId =...