CommChannel:Connect Synchronous

  • CommChannel:connect

Registers receiver.

Syntax
Luau
CommChannel:Connect(callback: Function) -> RBXScriptConnection

Parameters

Call this method with a CommChannel receiver. The colon supplies self implicitly; a dot call must pass the receiver explicitly.

Function parameters
ParameterType
callbackFunction

Returns

RBXScriptConnection
Kawaii documentation