Introduction
When you require the module, it'll return a function, which you can use to create signals:
local Signal = require(script.SignalPlus)
local signal = Signal() -- Creates a new signal.
You can then use methods to control and fire connections on the signal — just like BindableEvents and other signal alternatives.
Last updated