Skip to main content

NewSignal

Signal implementation for Roblox

Security

NewSignal handles all edge cases for you while still being as performant as possible. The edge case handling architecture makes it able to be always predictable.

Familiar API

NewSignal is designed to have a Familiar API by mirroring BindableEvents, as well as other common signal modules such as GoodSignal, while also having additional features which add on top of the basic functionality.

NewSignal.get()

NewSignal provides a simple way to use the same signals across different parts of your game by providing a global registry for an easier access.