Skip to content

Connect()

Function info

function RESignal:Connect(callback: (...any) -> (...any))

Creates a new RESignalConnection, the callback will be called with the same arguments passed by RESignal:Fire().

Arguments

  • callback: (...any) -> (...any) - The callback that will be called with the arguments passed to RESignal:Fire()