Actors
get_comm_channel
在 communication channel list 中查找 channel ID,并返回保存的 BindableEvent Instance。第一个 argument 必须是 number,并在 lookup 前使用 integer conversion 转换。如果该 ID 没有 entry,该 function 返回 nil。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
在 communication channel list 中查找 channel ID,并返回保存的 BindableEvent Instance。第一个 argument 必须是 number,并在 lookup 前使用 integer conversion 转换。如果该 ID 没有 entry,该 function 返回 nil。
get_comm_channel(channelId: number): Instance | nil
local channelId = create_comm_channel()
local event = get_comm_channel(channelId)
print(event)