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”를 발생시킵니다.