Argümanlar
RBXScriptSignal
gerekli
Signal passed to getconnections. Missing or nil values raise “firesignal expects a valid connection”.
...any
Values passed to each local signal connection.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Runs the local connections for an RBXScriptSignal with the provided arguments. The first argument must be a valid signal. Invalid signal values raise an error.
firesignal(signal: RBXScriptSignal, ...arguments?: ...any)
local button = script.Parent
firesignal(button.Activated, "manual")