|
| 25 Jan 2016 05:17 PM |
(Title.) The command below doesn't works: game:GetService('StarterGui'):SetCoreGuiEnabled(Enum.CoreGuiType.Chat,false) |
|
|
| Report Abuse |
|
|
Klink45
|
  |
| Joined: 06 Jun 2011 |
| Total Posts: 26054 |
|
|
| 25 Jan 2016 05:19 PM |
Make sure this is in a local script:
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
u sicko! http://www.roblox.com/u-sicko-item?id=328185093 |
|
|
| Report Abuse |
|
|
|
| 25 Jan 2016 05:20 PM |
| It is in a LocalScript, but still doesn't works. |
|
|
| Report Abuse |
|
|
|
| 25 Jan 2016 05:21 PM |
| game:service'StarterGui':SetCoreGuiEnabled('Chat',false) |
|
|
| Report Abuse |
|
|
Notwal
|
  |
| Joined: 31 Dec 2014 |
| Total Posts: 915 |
|
|
| 25 Jan 2016 05:21 PM |
This will remove everything: (in a LocalScript) game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false) |
|
|
| Report Abuse |
|
|
greenbird
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 28 |
|
|
| 25 Jan 2016 05:25 PM |
Put this in a LocalScript and put the LocalScript in 'StarterGui'
game:GetService('StarterGui'):SetCoreGuiEnabled('Chat', false)
|
|
|
| Report Abuse |
|
|
|
| 25 Jan 2016 05:30 PM |
@DarthStrantax The problem is not on, "game:GetService('StarterGui')" @Notwal It removes Health bar, Backpack, Player list, but doesn't removes the Chat box. @greenbird Switching, "Enum.CoreGuiType.Chat" to "'Chat'" won't change anything. And the LocalScript is already on the, "StarterGui". |
|
|
| Report Abuse |
|
|
Klink45
|
  |
| Joined: 06 Jun 2011 |
| Total Posts: 26054 |
|
|
| 25 Jan 2016 05:36 PM |
Is your script disabled? Is it producing any output?
u sicko! http://www.roblox.com/u-sicko-item?id=328185093 |
|
|
| Report Abuse |
|
|
| |
|
greenbird
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 28 |
|
|
| 25 Jan 2016 05:47 PM |
I'll upload a video for you showing you it works.
|
|
|
| Report Abuse |
|
|
greenbird
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 28 |
|
|
| 25 Jan 2016 05:53 PM |
https://www.youtube.com/watch?v=_VJpsyAyElk
|
|
|
| Report Abuse |
|
|
|
| 25 Jan 2016 06:02 PM |
game.StarterGui:SetCoreGuiEnabled("Chat", false) Put it in a localscript and in StarterGui. Works for me, so if it doesn't for you, then your doing it wrong.
|
|
|
| Report Abuse |
|
|
iMung
|
  |
| Joined: 11 Jul 2013 |
| Total Posts: 328 |
|
|
| 25 Jan 2016 06:05 PM |
Localscript and:
game.StarterGui:SetCoreGuiEnabled("Chat", false) |
|
|
| Report Abuse |
|
|
|
| 25 Jan 2016 10:49 PM |
| @greenbird, iDerpyDogez, and iMung. It only works on Play Solo. |
|
|
| Report Abuse |
|
|
| |
|
Aethex
|
  |
| Joined: 16 Oct 2011 |
| Total Posts: 2193 |
|
|
| 25 Jan 2016 11:52 PM |
@op read the list at the top of: http://wiki.roblox.com/index.php?title=API:Class/LocalScript
it tells you where localscripts will run when playing in an actual server |
|
|
| Report Abuse |
|
|