Putting Chat speaker into a module script(Attempt to call a nil value)

I am getting an error saying “Attempt to call a nil value” and I am confused on why it’s saying that.
Here’s the server script

Here’s the module script

Hey, I’m a bit confused on the module script, your referencing a module script inside of a module script, you can’t do that it won’t work. If you want to access a function or something from a module script you’ll have to add that function in the actual module script it’s self. You can’t add to a module script inside of a module script.

Also, sorry if this might sound kind of confusing, I tried my best :slight_smile:

1 Like

Yes you can, because I have done it before.

Why else would you get a nil error?

That’s what I am saying, it makes no sense.

Just try putting the function in the actual module script it’s self and see what happens.

“Attempt to call a nil value”(Still the same thing)