https://sleitnick.github.io/RbxUtil/api/Signal/
https://sleitnick.github.io/RbxUtil/api/Net/
If anyone has used these before please educate me rq, cause what is the difference between these two utils?
Like is Signal just Net but local? Whats the point of having a signal event for just local thigns inside a script?
A Signal is a data structure that allows events to be dispatched
and observed.
This implementation is a direct copy of the de facto standard, GoodSignal,
with some added methods and typings.
For example:
local signal = Signal.new()
-- Subscrib...
Basic networking module for creating and handling static
RemoteEvents and RemoteFunctions.
** You are now Level 1! **