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

How can I disable someone's chat in-game?

Asked by 10 years ago

Can someone give me some information on this? I want a script that will be able to disable a certain players chat bar so they cannot speak anymore, thanks.

2 answers

Log in to vote
0
Answered by 10 years ago

You have to create custom chat GUI for that. Thought don't expect anyone to give you read script, this place isn't for requests.

Basically, here you can see how to make custom chat: http://wiki.roblox.com/index.php?title=How_to_Make_a_Pseudo_Chat_GUI

Ad
Log in to vote
0
Answered by
c0des 207 Moderation Voter
10 years ago

If you have admin in that game(like Kohl's admin or something), Just say the ingame chatting functional script command first, and then put this

Player1.SuperSafeChat = true

But change Player1 to the user's name.

Answer this question