of     1   

Goodis
#141213011Tuesday, July 22, 2014 11:30 PM GMT

wat is this error? I have no second argument in my function help
cntkillme
#141213141Tuesday, July 22, 2014 11:31 PM GMT

Can you post part of the script and the line that is causing the error?
Goodis
#141214916Tuesday, July 22, 2014 11:51 PM GMT

i get two errors, either one of the two commented below ------------------------------------------------------- user.Chatted:connect(function(m,chat) newChat=""; if(string.sub(m,1,3)==bet)then unfilter=function()--argument 2 missing or nil for i,v in next,words do chat=chat:gsub(i,v)end;end; userchat:chat(user.Character.Head,unfilter(m),'Blue')--attempt to index upvalue 'chat' end; end);
128GB
#141215454Tuesday, July 22, 2014 11:56 PM GMT

user.Chatted:connect(function(m,chat) The Chatted event only has 1 argument not 2
Goodis
#141215520Tuesday, July 22, 2014 11:57 PM GMT

o..
Goodis
#141215720Tuesday, July 22, 2014 11:59 PM GMT

i removed it and put it onto the unfilter function, I still get Argument 2 missing or nil on userchat:chat(user.Character.Head,unfilter(m) ','Blue');
128GB
#141215872Wednesday, July 23, 2014 12:00 AM GMT

Goodis
#141217170Wednesday, July 23, 2014 12:14 AM GMT

ok so this is new script --------------------------- user.Chatted:connect(function(m) if(string.sub(m,1,3)==bet)then local chat; for i,v in next,words do chat=chat:gsub(i,v); if(chat~=nil)then userchat:chat(user.Character.Head,unfilter(m),'Blue') end; end; end; end); ---------------------------- Now I get this error: attempt to index local 'chat' wt do !!
128GB
#141217514Wednesday, July 23, 2014 12:18 AM GMT

You never told the script what userchat is userchat:chat script; wut?????
Goodis
#141217711Wednesday, July 23, 2014 12:20 AM GMT

userchat = game:service'Chat';
Goodis
#141217837Wednesday, July 23, 2014 12:21 AM GMT

bump help
Goodis
#141219060Wednesday, July 23, 2014 12:35 AM GMT

bump help

    of     1