https://github.com/alliancecrusader/EventService
EventService is a module I made to create custom bindable events, very much like RBXScriptSignal.
It gives you the ability to manage events like instances. They are stored in the module and is sorted into keys and directories that hold events. Each event has a name which you can index.
You can also add and manage connections to each event, and they can also be indexed by their names.
https://alliancecrusader.github.io/EventService/doc/index.html
The link above is the documentation to the module