#Need help with "attempt to index nil with blocking"
1 messages · Page 1 of 1 (latest)
"c" is nil
you're doing "or c.Blocking", so the "if c" is basically bypassed for no reason
so would i have to do like two ifs
like an if in a different if statement
I would just make that if c is nothing just end the function