TheJKM98
|
  |
| Joined: 20 Dec 2010 |
| Total Posts: 511 |
|
|
| 25 Jan 2014 11:48 AM |
This is what I have:
game.StarterGui:SetCoreGuiEnabled(1 and 2 , false)
What ends up happening is that it only sets "2" to false.
If I switch 1 and 2 around, only "1" will be set to false.
Any ideas? |
|
|
| Report Abuse |
|
|
|
| 25 Jan 2014 11:49 AM |
game.StarterGui:SetCoreGuiEnabled(1, false) game.StarterGui:SetCoreGuiEnabled(2, false)
|
|
|
| Report Abuse |
|
|
TheJKM98
|
  |
| Joined: 20 Dec 2010 |
| Total Posts: 511 |
|
|
| 25 Jan 2014 11:52 AM |
It worked. I can't believe I didn't try that!
Thanks! |
|
|
| Report Abuse |
|
|
|
| 25 Jan 2014 11:54 AM |
| Sets the second int to false. |
|
|
| Report Abuse |
|
|