Jacoba777
|
  |
| Joined: 23 Aug 2012 |
| Total Posts: 57 |
|
|
| 13 Jun 2013 12:23 PM |
I am currently working on a GUI script that, when run, if will do one of the two actions: If the target is invisible, it will make the target and a certain textbox visible. If the target is visible, it will make the target and everything inside it invisible.
It works fine when it target invisible, but when it is visible, it only closes the target and not everything inside it. I considered resorting to making it turn each individual textbox invisible, but there are 85 of them and that would take forever to type. Is there, by chance, another way around this? I've tried ':GetChildren', but I have no idea if I did it right. Thanks in advance! |
|
|
| Report Abuse |
|
|
| 13 Jun 2013 12:38 PM |
| Put them all in one Frame that has the background and border completely transparent, and when you want to make them all invisible, just find the one frame and then turn the visibility off for only the frame and youre done |
|
|
| Report Abuse |
|
Jacoba777
|
  |
| Joined: 23 Aug 2012 |
| Total Posts: 57 |
|
|
| 13 Jun 2013 12:41 PM |
| Yes, but the textbox it wants to find changes over time, so it needs to make all the previously visible textboxes invisible so they do not overlap. |
|
|
| Report Abuse |
|