|
| 28 Sep 2016 12:39 PM |
i'm trying to hide the core gui including top bar
local sgui = game:GetService("StarterGui") sgui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false) sgui:SetCore("TopbarEnabled", false)
|
|
|
| Report Abuse |
|
|
|
| 28 Sep 2016 12:43 PM |
keep setting it periodically or make sure it does not error
|
|
|
| Report Abuse |
|
|
Alfa247
|
  |
| Joined: 15 Jan 2010 |
| Total Posts: 118 |
|
|
| 28 Sep 2016 12:44 PM |
| When testing be sure to use a server or hit f6. For some reason in the normal test mode some scripts may only work on that. |
|
|
| Report Abuse |
|
|
| |
|
ZachPro
|
  |
| Joined: 26 Mar 2011 |
| Total Posts: 53 |
|
|
| 28 Sep 2016 01:20 PM |
| Are you using a local script or a script? |
|
|
| Report Abuse |
|
|
| |
|
|
| 28 Sep 2016 01:31 PM |
Should be a LocalScript.
( ͡• ◡ ͡•) -=[ RAP: 414,717 || DurstAuric; the narb of ROBLOX ]=- ( ͡• ◡ ͡•) |
|
|
| Report Abuse |
|
|
ZachPro
|
  |
| Joined: 26 Mar 2011 |
| Total Posts: 53 |
|
|
| 28 Sep 2016 01:34 PM |
| To get it to work on a player's gui, you must make it local on there client. With a normal script you telling the server to remove the gui, but the server doesn't have that. |
|
|
| Report Abuse |
|
|
| |
|