Speaker Object
Methods
getPlayer
local speaker = API.speaker.cache("Player1")
print(speaker:GetPlayer())addToChannel
local speaker = API.speaker.cache("Player1")
speaker:addToChannel("all")isinChannel
local speaker = API.speaker.cache("Player1")
speaker:addToChannel("all")
local isInChannel = speaker:isInChannel("all")
print(isInChannel)destroy
Last updated