Mute other Players

Can’t find a decent answer anywhere so I’m asking here.

Is there a way to Mute others locally? Basically when a Player presses a Button everyone except for their Friends is muted but only on the Players end so it doesn’t really affect anyone?

1 Like

im a turkish person who helps to people.i didnt understood this fully.can you explain more about your goal?

if i understood correct here are my tips:
1-loop in every player to mute them.
2-in the TextChatService,(or legacy) there are textsources that can send messages to Chat.You can un-check the CanSend property to mute them (if i know correctly)
3-if you want to mute every players except for the friends,just loop everyone’s UserId on Players Service and check if they are friend with the IsFriendsWith. if it returns true then skip the player.else,mute the player.

2 Likes