Issue ━ Not 100% sure why this error occur, however I’d like to know what could cause this.
When attempting to add a new speaker, regardless of its name, it gives an error saying the speaker already exists.
What have you tried so far? ━ Renaming the speaker in case it was reserved for some reason.
I haven’t found any solutions yet.
After searching around, I see no information on this other than the error message.
Code
local StaffSpeaker = ChatService:AddSpeaker('Staff')
StaffSpeaker:SetExtraData('NameColor', Color3.fromRGB(255, 0, 0))
StaffSpeaker:SetExtraData('ChatColor', Color3.fromRGB(255, 170, 0))
StaffSpeaker:SetExtraData('Font', Enum.Font.SourceSansBold)
StaffSpeaker:JoinChannel('All')
Error message ━ ServerScriptService.ChatServiceRunner.ChatService:127: Speaker “Staff” already exists!
Replies for a possible solution is highly appreciated.