| |
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 10 Sep 2011 01:30 PM |
| By waving ur magic want and making it work :P |
|
|
| Report Abuse |
|
|
|
| 10 Sep 2011 01:46 PM |
| Man.... you get no help from the forums where your suppose to get help from.All you get is smart remarks... |
|
|
| Report Abuse |
|
|
|
| 10 Sep 2011 01:48 PM |
| @ethansoh11 - Learn to script. That's how. |
|
|
| Report Abuse |
|
|
|
| 10 Sep 2011 01:49 PM |
| dude learn some scripting at the wiki |
|
|
| Report Abuse |
|
|
| |
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 10 Sep 2011 01:50 PM |
Na, I was just being a troll.
Hers the real way:
Make a GuiButton to open/close your Gui.
Make a script inside it Make a trigger: script.Parent.MouseButton1Click:connect(function() Add the part where it checks if its visible or not... if script.Parent.Parent.GuiButton.Visible == true then Now add the control part :D script.Parent.Parent.GuiButton.Visible = false else script.Parent.Parent.GuiButton.Visible = true end end)
There, one completed open/close Gui button! |
|
|
| Report Abuse |
|
|
| |
|