I’m trying to create custom channels in the chat window but only allow specific people that I’ve added to those channels to access them. I have managed to create channels for people when AutoJoin is set to true, but when it’s disabled I have no idea how to add or remove specific people to the channel. I haven’t found any documentation on adding or removing specific people from channels, so I feel pretty lost right now. Any help is appreciated.
Try speaker:LeaveChannel(“name”) ? (Might be what you’re looking for, but not quite sure.)
Read through the default chat code, it may be able to help you. But again, this is a guess and I haven’t used this before.
I don’t understand how I would use that or what I would use that for. I’m trying to create channels with AutoJoin set to false and adding/removing speakers based on certain conditions.
As an example, this would allow me to have chat channels for specific roblox groups. If you are in the group, you are placed into the channel when you join. If you are not in the group, you are never placed into the channel.