firesignal
Firing mode
This function will invoke all the connections of the signal immediately, ignoring the Workspace.SignalBehaviour
property.
firesignal
Invokes all Lua connections connected to a given RBXScriptSignal
.
Parameters
Parameter | Description |
---|---|
signal |
The signal whose connections you want to manually fire. |
...? |
The arguments to pass to the connected functions. |