Introduction
When you require the module, it will return a function, which you can use to create signals. Example:
local SignalPlus = require(script.SignalPlus)
local signal = SignalPlus() -- Creates and returns a new signal.
You can then use methods to control and fire connections on the signal — just like BindableEvents.
The order in which connections are fired is reliable, but backwards.
Last updated