Shonysky
|
  |
| Joined: 05 Aug 2013 |
| Total Posts: 361 |
|
|
| 25 Apr 2014 11:39 AM |
if i use
repeat wait() until game.StarterGui:GetCoreGuiEnabled(Enum.CorEGuiType.Health, true);
the script will wait for the HealthCoreGui? |
|
|
| Report Abuse |
|
|
Shonysky
|
  |
| Joined: 05 Aug 2013 |
| Total Posts: 361 |
|
| |
|
|
| 25 Apr 2014 11:49 AM |
Use
repeat wait() until game.StarterGui |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 25 Apr 2014 11:56 AM |
| It's naturally set to true so what's the point? |
|
|
| Report Abuse |
|
|
Shonysky
|
  |
| Joined: 05 Aug 2013 |
| Total Posts: 361 |
|
|
| 25 Apr 2014 11:56 AM |
| @iOffensive, please, read what i asked |
|
|
| Report Abuse |
|
|
Shonysky
|
  |
| Joined: 05 Aug 2013 |
| Total Posts: 361 |
|
|
| 25 Apr 2014 11:57 AM |
| it isn't wait for the healthCoreGui appear at the screen? |
|
|
| Report Abuse |
|
|
|
| 25 Apr 2014 11:57 AM |
Oh woops.
Just take out the true part. It only needs "HealthGui" |
|
|
| Report Abuse |
|
|
|
| 25 Apr 2014 11:58 AM |
Here
repeat wait() until game.StarterGui:GetCoreGuiEnabled("Health") |
|
|
| Report Abuse |
|
|