Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to mute everyone in a game?

Asked by 5 years ago

How do I mute every player in a game?

1 answer

Log in to vote
0
Answered by
royaltoe 5144 Moderation Voter Community Moderator
5 years ago

You can disable the player's bubble chat: https://developer.roblox.com/en-us/api-reference/function/Players/SetChatStyle

And then disable the chat button:

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)

SetChatStyle doesn't work in game though and I've never tested setcoregui in game either, but it doesn't give any warnings on the wiki page about using it in game so I assume you might be able to. Only one way to find out.

0
i want the chat to stay open tho realmadrid02 8 — 5y
0
oh gloveshun 119 — 5y
0
That is really complicated, this requires you to completely redo Roblox's chat. Destroyer1234x 52 — 5y
0
Asked some people in the discord and apparently you need to turn on bubble chat in the games settings instead of classic chat to make it so you can't see what people are saying in the chat box royaltoe 5144 — 5y
Ad

Answer this question