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

How do you make a mute script?

Asked by
p2c2e 3
10 years ago

Doing it for a fort. Don't need a whole admin thing, just a mute command. Ex. :mute p2c2e

(Oh yeah, I have no knowledge of scripting. So, good luck trying to help me :P)

0
You would need to make a custom chat GUI. Articulating 1335 — 10y

2 answers

Log in to vote
2
Answered by 10 years ago

You would have to make a admin with a localscript function, which can be done on script builders or you can take a source from your game. If you have no knowledge how to script, try starting off with variables. http://wiki.roblox.com/index.php/Variables In other words, you could clone this script into a players backpack.

game:GetService("StarterGui"):SetCoreGuiEnabled("Chat",  false)
Ad
Log in to vote
-1
Answered by 10 years ago
:SetSuperSafeChat(true)

This should work.

And its not possible to mute a player, there will still be the chat bubble if you mute them.

0
No it won't work. That is locked. Nobody can access that. User#35 0 — 9y

Answer this question