|
| 28 Jun 2015 01:54 AM |
I created a script directed to a GUI, it goes like this.
wait(1) game.StarterGUI.MainGUI.MainLoading.Loading.Visible = false
and that doesn't seem to work.. |
|
|
| Report Abuse |
|
|
|
| 28 Jun 2015 01:57 AM |
Put this script in the StarterGui:
script.Parent.MainGUI.MainLoading.Visible = false
Err... perhaps its your capitalization that needs to be fixed.
Growing old is mandatory - but growing up is optional. |
|
|
| Report Abuse |
|
|
|
| 28 Jun 2015 01:58 AM |
Whoops, I forgot.
script.Parent.MainGUI.MainLoading..Loading.Visible = false
Growing old is mandatory - but growing up is optional. |
|
|
| Report Abuse |
|
|
OzzyFin
|
  |
| Joined: 07 Jun 2011 |
| Total Posts: 3600 |
|
|
| 28 Jun 2015 01:58 AM |
it works pefectly fine
but obviously you cant see it because all the GUIs player sees are in PlayerGui
|
|
|
| Report Abuse |
|
|
|
| 28 Jun 2015 02:03 AM |
| Thank you guys so much, I fixed my problem. |
|
|
| Report Abuse |
|
|
|
| 28 Jun 2015 02:40 AM |
A clear note to everyone;
Don't edit your startergui, Edit your PlayerGui present inside the Player
-Baheeg |
|
|
| Report Abuse |
|
|