How do I send a notification from a script to another script?

I probably knew how do to this before, but forgot. Anyways, if anyone can remind me how to notify another script from another script (both are server scripts), please say so!

Have a good day (:

1 Like

BindableEvents are what you’re looking for. They work for server scripts and local scripts

1 Like

Anywhere you want. Since only the SERVER has to get it, it won’t have to be put in the replicated storage.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.