#EventService

1 messages · Page 1 of 1 (latest)

thorn pasture
#

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

GitHub

A Luau module made to replicate Roblox's native script event and connection system. - alliancecrusader/EventService

hazy quarry
#

this is not useless at all its actually pretty useful bindables have a unwanted overhead to them plus they look prtty ugly once u have a bunch of them (imo)

#

and not to mention its pretty short and crisp this is a good module

#

and contains all the events of a normal bindable

#

this was made by someone who knows what hes doing