|
| 02 Jan 2014 07:38 AM |
Ok, I've looked/followed the roblox wiki first. :(
So I have a local script with said info:
print("Removing Guis") game.StarterGui:SetCoreGuiEnabled(1, false) game.StarterGui:SetCoreGuiEnabled(2, false) game.StarterGui:SetCoreGuiEnabled(3, false)
inside..
Nothing happens. :/
Do the numbers have to bed the actual Enum Name? |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 02 Jan 2014 07:43 AM |
| Place it inside StarterGui? |
|
|
| Report Abuse |
|
|
| |
|
DataStore
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 8540 |
|
|
| 02 Jan 2014 08:03 AM |
It's working fine for me.
Make sure that: - It's within one of these three places: -- PlayerGui (StarterGui) -- Backpack (StarterPack) -- Player's character - It's actually a local script, and not a normal, server-side, script.
|
|
|
| Report Abuse |
|
|
|
| 02 Jan 2014 08:07 AM |
I've tested with it inside of Starter Gui/Pack.. (Both)
and it still doesn't work. :( |
|
|
| Report Abuse |
|
|
DataStore
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 8540 |
|
|
| 02 Jan 2014 08:16 AM |
Are you sure it's not disabled?
If it's not working, it most definitely is an issue on your end. |
|
|
| Report Abuse |
|
|
|
| 02 Jan 2014 08:20 AM |
Ok. My bad. :D
I was playing around with it earlier, before coming here and forgot to take out the oPE function.. :/ :D
Thanks. |
|
|
| Report Abuse |
|
|