|
| 11 Jul 2014 04:25 PM |
When I use this code: game.StarterGui:SetCoreGuiEnabled(Enum.CoreGui.Chat, false) ...the chat will still show.
Is anyone else getting this bug? Please reply if you have help.
~For a sec I thought this was a fence post~ |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2014 04:26 PM |
| by chat you mean the bottem chatbar? or the chatlog |
|
|
| Report Abuse |
|
|
LuaSlayer
|
  |
| Joined: 09 Jul 2014 |
| Total Posts: 38 |
|
|
| 11 Jul 2014 04:35 PM |
game.StarterGui:SetCoreGuiEnabled("Chat", false)
Set to a localscript |
|
|
| Report Abuse |
|
|
|
| 11 Jul 2014 07:16 PM |
| It is a localscript. It's not working. That's why I posted this. |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Jul 2014 07:38 PM |
Enum.CoreGui does not exist.
The Enum you are looking for is Enum.CoreGuiType. |
|
|
| Report Abuse |
|
|