#Need help with "attempt to index nil with blocking"

1 messages · Page 1 of 1 (latest)

rare urchin
#

How do I fix this

gilded oasis
#

"c" is nil

#

you're doing "or c.Blocking", so the "if c" is basically bypassed for no reason

rare urchin
#

like an if in a different if statement

gilded oasis
#

I would just make that if c is nothing just end the function