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

7 functions
FunctionDescription
cansignalreplicateChecks whether an RBXScriptSignal is legal to send with the current NetworkClient replication layer.
firesignalRuns the local connections for an RBXScriptSignal with the provided arguments.
getconnectionsReturns connection objects for an RBXScriptSignal.
getsignalargumentsReturns an array table of type names read from an RBXScriptSignal event descriptor signature.
getsignalargumentsinfoReturns an array table of argument info from an RBXScriptSignal signature.
getsignalwhitelistReturns 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.
replicatesignalInvokes the replication path for an RBXScriptSignal.