Y’know how RemoteEvents can only fire from Local to Server and Server to Local? It’s just that but the opposite. BindableEvents can only fire from like-to-like, so only Server to Server and Local to Local.
I usually use them for ModuleScript-like behavior but when using a ModuleScript is too excessive.