VoipChannel:PlayerJoined
VoipChannel:PlayerJoined(channel: VoipChannel, player: Player, emitter: VoipEmitter)
A player has joined a VoIP channel and a new emitter has been created for them. This event will also trigger as soon as the player joins a server with existing channels and players in them.
Parameters
| Name | Type | Description |
|---|---|---|
| channel | VoipChannel | |
| player | Player | |
| emitter | VoipEmitter |
Example
Events:Subscribe('VoipChannel:PlayerJoined', function(channel, player, emitter)
-- Do stuff here.
end)
Last modified October 11, 2021: Add changelog for build 17768 (61745d67)