get_comm_channel Synchronous
Representation varies across states.
Luau
get_comm_channel(id: number) -> CommChannel | BindableEvent | nilParameters
| Parameter | Type |
|---|---|
id | number |
Returns
CommChannel | BindableEvent | nilLuau
CommChannel = {Event: RBXScriptSignal, Internal: BindableEvent}