Lua Signal Class Comparison & Optimal `GoodSignal` Class

i think you are looking for this

1 Like

What do I do if I want to delete a signal?

You call :DisconnectAll() to remove all the connections and then remove any references to that signal.

I fire the signal on the server, but nothing is received on the client, how do I fix that?

This is not for use across the server-client boundary, its like a BindableEvent but in luau.

1 Like

You should add my link because it is also used for communication: FastSignal - A consistent signal library

thatā€™s mine @Fast_Duck.

Hey I have a question about the copyright of the goodsignal, it saids it has the ā€œMIT Licenseā€ which according to the wiki is this:

Copyright (c) <year> <copyright holders>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

But this license is for softwares? so Iā€™m not sure where to put the attribution, should I have your name put in every discription of the games Iā€™m making using GoodSignal? What if Iā€™m using it in my plugins? where should I put the credit in that?
Currently Iā€™m making a plugin that sets up a framework with lots of scripts and custom service modules, and I want to use GoodSignal on those modules. Does that change the way I should credit you?