xRman
|
  |
| Joined: 21 Feb 2009 |
| Total Posts: 1192 |
|
|
| 14 Sep 2016 12:00 AM |
I'm making a game and players using Whisper in the chat could cause for cheaters. Is there a way to either prevent/disable WhisperChat or maybe log WhisperChat to prevent cheaters?
|
|
|
| Report Abuse |
|
|
OzzyFin
|
  |
| Joined: 07 Jun 2011 |
| Total Posts: 3600 |
|
| |
|
Praegon
|
  |
| Joined: 12 Sep 2016 |
| Total Posts: 42 |
|
|
| 14 Sep 2016 02:40 AM |
| @xRman First off I'd like to point out that this may not be necessary, Players will be able to communicate with applications outside of ROBLOX, so it's important to be aware of that. However if you do really want to do this, I recommend that you either code your own chat GUI - which isn't super easy to make as well ## ######### or you modify the core chat GUI's code and put it in #### game. If you want to take the second option, what you can do is disable the chat core GUI, and take ######## #### code from ###### (it's open source) and modify it, removing all the whispering functionality. Hope this leads you in the right direction. |
|
|
| Report Abuse |
|
|
|
| 14 Sep 2016 04:56 AM |
| source available != open source |
|
|
| Report Abuse |
|
|
Praegon
|
  |
| Joined: 12 Sep 2016 |
| Total Posts: 42 |
|
|
| 14 Sep 2016 04:57 AM |
Good catch - you're right.
:)
|
|
|
| Report Abuse |
|
|
|
| 14 Sep 2016 06:33 AM |
I made a custom chat recently. And as the author I give you permission to modify it however you like to fit your purpose. It should be fairly easy for what you want. Not to mention it will give you more control over the chat all together.
https://www.roblox.com/library/479788774/CleanChat-Custom-Chat-Script |
|
|
| Report Abuse |
|
|
xRman
|
  |
| Joined: 21 Feb 2009 |
| Total Posts: 1192 |
|
|
| 14 Sep 2016 10:35 AM |
@Prae - The chances of players knowing eachother on outside applications aren't that high.
|
|
|
| Report Abuse |
|
|
|
| 14 Sep 2016 10:39 AM |
Does local .Chatted catch whisper chats?
|
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
| |
|