FireClient() not working

  1. What do you want to achieve? Keep it simple and clear!
    I want FireClient() to work.

  2. What is the issue? Include screenshots / videos if possible!


  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried to find a solution on YouTube, but it didn’t help. I also tried it on the forums. It didn’t help everywhere and there was the same error “attempt to index nil with parent”

Sorry if this post is off topic, this is my first time posting on the forum.

.Touched doesnt have a second argument, the only argument is the part that touched the part thats connected to the touched event so instead of looking for a humanoid in partB look for it in part

1 Like

This does not seem to be an issue with FireClient. It seems that your defining a second parameter when there should only be one

1 Like

Thank you! it worked, sometimes I get stupid because of simple mistakes