| |
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
|
| 03 Aug 2012 01:50 AM |
| Like every other GUI. (Free Models) |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2012 01:51 AM |
| but i want to do it myself! |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2012 01:51 AM |
| ^Odd, I actually build and script my own guis |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2012 01:51 AM |
| well with a little help from you guys |
|
|
| Report Abuse |
|
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
|
| 03 Aug 2012 01:52 AM |
| If we create it for you here, you didn't do it on your own. :/ You could take a look at a free model and then write in own hand (more efficient). Than it would be your own way. |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2012 01:52 AM |
script.Parent.Mouse1ButtonClick:connect(function() parent = script repeat parent = parent.Parent until parent:IsA("ScreenGui") for i, v in pais(parent:children()) do v.Visible = false end
end) |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2012 01:53 AM |
| @ninja i did make the image gui and image button gui |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2012 01:53 AM |
Ugh, I did pairs wrong
script.Parent.Mouse1ButtonClick:connect(function() parent = script repeat parent = parent.Parent until parent:IsA("ScreenGui") for i, v in pairs(parent:children()) do v.Visible = false end
end) |
|
|
| Report Abuse |
|
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
| |
|
|
| 03 Aug 2012 01:53 AM |
| @Beat, the "Odd I script my..." thing was directed at cheater |
|
|
| Report Abuse |
|
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
|
| 03 Aug 2012 01:56 AM |
Wow and I didn't even mention you.
I'm just not in the mood to create scripts for someone else if they don't know how to do it, they can take a look at free models or the wiki. |
|
|
| Report Abuse |
|
|
| |
|
|
| 03 Aug 2012 02:03 AM |
| wait where do i insert the script into? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|