@rbxts/bus
v0.1.0
Published
Lightweight Event bus for Roblox
Readme
@rbxts/Bus
Lightweight Event bus for Roblox. Simply listen to an event and your function will be called when the event is posted.
Demo

Features
- Listen on mulitple functions.
- Cancel specific functions.
- Trigger the event from anywhere in your codebase.
- Super lightweight as to not slow down your Roblox game.
