|
| 05 Apr 2014 09:55 PM |
| like in luamodelmakers admin how would you mute? |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 09:59 PM |
SetSafeChat = true
they can only menu chat :P or
SetSuperSafeChat = true would disable it competly |
|
|
| Report Abuse |
|
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 05 Apr 2014 10:08 PM |
input local script into player
>game:service'StarterGui':SetCoreGuiEnabled('ChatBar',false);
'ChatBar' is apart of the RobloxGui of CoreGui |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 10:13 PM |
I don't think the CoreGui for chatbar is called 'chatbar' the enum is 3 and the name is 'Chat' I think
i'm asian |
|
|
| Report Abuse |
|
|
| |
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 05 Apr 2014 10:17 PM |
| yes it is called 'ChatBar' |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 10:20 PM |
Well I use enums so yayaaaay
i'm asian |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 10:24 PM |
| Im pretty sure its just called 'Chat' |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2014 10:25 PM |
ya, that's what I thought too they both might work though i will test
i'm asian |
|
|
| Report Abuse |
|
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 06 Apr 2014 12:25 AM |
| print(game.CoreGui.RobloxGui.ChatBar); |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Apr 2014 08:09 AM |
so how can i get rid of chat bar
im working on admin commands so i want to be able to put it back sooo.
.visible |
|
|
| Report Abuse |
|
|
transIate
|
  |
| Joined: 20 Jun 2013 |
| Total Posts: 2699 |
|
|
| 06 Apr 2014 09:01 AM |
game:service'StarterGui':SetCoreGuiEnabled('ChatBar',true);
lol |
|
|
| Report Abuse |
|
|