I tried making a signal module but it probably sucks because I took only an hour making it
The functions are pretty much the same as RBXScriptSignal
Connect()
ConnectParallel()
Once()
Wait()
And a new one: Fire()
The fake RBXScriptConnections also have their subsequent properties just like a real one
Connected
and
Disconnect()
Here is the module!
Signal.rbxm (1.1 KB)
Feedback would be appreciated