Unable to Unmute a Player

I’ve noticed that there is a bug with the /mute and /unmute function.
In the video, it shows me muting a player, but not being able to un-mute him even with the correct command. The error message produced in chat is “You cannot mute yourself.”

To reproduce this bug:

  • Mute a player with /mute (playername)
  • Try unmuting the player with /unmute (username)

However, when you rejoin the game, the player you muted before is un-muted.

robloxapp-20200508-1251313.wmv (857.0 KB)

I found the issue in ChatService.ChatModules.MuteSpeaker on line 86

local speakerDisplayName = (ChatSettings.PlayerDisplayNamesEnabled and speaker:GetNameForDisplay()) or unmuteSpeakerName

unmuteSpeakerName is used instead of speakerName which is making the script think that the speaker and the person to unmute are the same person.

Just need to wait for a developer to change and fix this.

- Descriptive title;
Unable to unmute a user
- Detailed description of bug;
once a player has been muted, the server makes it impossible to unmute this user and instead says “you cannot mute yourself”
- Where the bug happens
every game.
- When it started happening;
today is the first case ive noticed this.
- Screenshots and videos of the bug;
https://gyazo.com/132ef5399284123ffbddb91f6a11d396
image
- Steps to reproduce the issue
type in /unmute [Username] and it complely ignores the request, and thinks you are trying to mute yourself.

  • Add [system specs]
    Pc.
1 Like

We have a fix for this coming out soon.

7 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.