CommChannel:Fire Asynchronous

  • CommChannel:fire

Dispatches channel event.

Syntax
Luau
CommChannel:Fire(...args: any) -> ()

Parameters

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

Function parameters
ParameterType
...argsany

Returns

()

This function returns no values.

Kawaii documentation