Category
Signals
Signal connections and event forwarding.Category guide
Overview
Use this overview to understand the category before opening a specific function.- See what this group of functions is meant to solve.
- Compare function names and descriptions in one table.
- Open a function for syntax, arguments, returns, and examples.
Signals
Available functions
| Function | Description |
|---|---|
cansignalreplicate | Checks whether an RBXScriptSignal is legal to send with the current NetworkClient replication layer. |
firesignal | Runs the local connections for an RBXScriptSignal with the provided arguments. |
getconnections | Returns connection objects for an RBXScriptSignal. |
getsignalarguments | Returns an array table of type names read from an RBXScriptSignal event descriptor signature. |
getsignalargumentsinfo | Returns an array table of argument info from an RBXScriptSignal signature. |
getsignalwhitelist | Returns a new array table with the six static whitelist entries defined by the function: OnClientEvent/RemoteEvent, OnServerEvent/RemoteEvent, OnClientInvoke/RemoteFunction, OnServerInvoke/RemoteFunction, OnClientEventUnreliable/UnreliableRemoteEvent, and OnServerEventUnreliable/UnreliableRemoteEvent. |
replicatesignal | Invokes the replication path for an RBXScriptSignal. |