Good morning, I have this problem in the autoloot and I don't know how to solve it.
function onSay(player, words, param)
local split = param:split(",")
local action = split[1]
if action == "add" then
local item = split[2]:gsub("%s+", "", 1)
local itemType =...