- Events and functions now have middleware. Runtime type checking is now done via the
TypeChecker
middleware. Net.ServerEvent
is nowNet.Server.Event
Net.ServerFunction
is nowNet.Server.Function
Net.ServerAsyncFunction
is nowNet.Server.AsyncFunction
Net.GlobalServerEvent
is nowNet.Server.CrossServerEvent
Net.ServerThrottledEvent
is now gone - use theRateLimit
middleware.Net.ServerThrottledFunction
is now gone - use theRateLimit
middleware.
Net.ClientEvent
is nowNet.Client.Event
Net.ClientFunction
is nowNet.Client.Function
Net.ClientAsyncFunction
is nowNet.Client.AsyncFunction
Net.GlobalClientEvent
is nowNet.Client.CrossServerEvent