Roblox API Reference
Updates
About
VoiceChannel
Summary
Memory Category
Instances
Table of contents
Class tree
Inherits
Member index
History
Members
AddUserAsync
References
Relevant classes
Inherits
(1)
Instance
Member index
(1)
Type
Member
History
VoiceSource
AddUserAsync
(
int64
userId = -1
)
514
515
51 members
inherited from
Instance
History
557
Remove
VoiceChannel
554
Add
VoiceChannel
555
Remove
VoiceChannel
515
Change ReturnType of
VoiceChannel.AddUserAsync
from
Tuple
to
VoiceSource
514
Add
VoiceChannel.AddUserAsync
501
Add
VoiceChannel
Members
AddUserAsync
On DevHub
This function yields.
It will block the calling thread until completion.
Parameters
1
Name
Type
Default
userId
int64
-1
Return Type
VoiceSource
Security
RobloxScriptSecurity
History
515
Change ReturnType of
VoiceChannel.AddUserAsync
from
Tuple
to
VoiceSource
514
Add
VoiceChannel.AddUserAsync
Tags: [Yields]
Relevant classes
(1)
VoiceSource
Top