Actors
create_comm_channel
Creates a new BindableEvent with Instance.new, stores its Instance reference in the communication channel list under a numeric channel ID, and returns the ID plus the BindableEvent Instance. The channel ID is computed from the current map size plus one. If Instance.new(“BindableEvent”) does not leave a object value on the stack, the function raises “Failed to make a BindableEvent”.
Creates a new BindableEvent with Instance.new, stores its Instance reference in the communication channel list under a numeric channel ID, and returns the ID plus the BindableEvent Instance. The channel ID is computed from the current map size plus one. If Instance.new(“BindableEvent”) does not leave a object value on the stack, the function raises “Failed to make a BindableEvent”.