Skip to main content
Returns a dictionary of all active communication channels created via create_comm_channel during the current session, mapped by their unique IDs.

Returns

{[number]: BindableEvent} - A dictionary where the keys are channel IDs and values are their corresponding BindableEvent objects.

Example

Useful for debugging multi-actor scripts to check which channels were successfully registered.