Actors
create_comm_channel
使用 Instance.new 创建新的 BindableEvent,将它的 Instance reference 以 numeric channel ID 存入 communication channel list,并返回该 ID 和 BindableEvent Instance。channel ID 由 current map size plus one 计算。如果 Instance.new(“BindableEvent”) 没有在 stack 上留下 object value,该 function 会抛出 “Failed to make a BindableEvent”。