|
| 07 Sep 2015 05:25 PM |
Box = script.Parent.Box Button = script.Parent.OpenAndClose Open = false
Button:MouseButton1Down:connect(function(open) if Open == false then Button.Text = "Close" Box.Visible = true Open = true elseif Open == true then Button.Text = "Open" Box.Visible = false Open = false end end)
http://www.roblox.com/Shots-Fired-item?id=168209364 Shots fired, ready for the war. |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2015 05:27 PM |
b1
http://www.roblox.com/Shots-Fired-item?id=168209364 Shots fired, ready for the war. |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2015 05:29 PM |
b2
http://www.roblox.com/Shots-Fired-item?id=168209364 Shots fired, ready for the war. |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2015 05:30 PM |
b3
http://www.roblox.com/Shots-Fired-item?id=168209364 Shots fired, ready for the war. |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2015 05:31 PM |
b4
http://www.roblox.com/Shots-Fired-item?id=168209364 Shots fired, ready for the war. |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2015 05:32 PM |
b5
http://www.roblox.com/Shots-Fired-item?id=168209364 Shots fired, ready for the war. |
|
|
| Report Abuse |
|
|
|
| 07 Sep 2015 05:33 PM |
b6
http://www.roblox.com/Shots-Fired-item?id=168209364 Shots fired, ready for the war. |
|
|
| Report Abuse |
|
|
Grozztok
|
  |
| Joined: 06 Oct 2012 |
| Total Posts: 87 |
|
|
| 07 Sep 2015 05:41 PM |
| jeez do you have to bump every single minute |
|
|
| Report Abuse |
|
|
rubene45
|
  |
| Joined: 08 May 2012 |
| Total Posts: 333 |
|
|
| 07 Sep 2015 06:08 PM |
Box = script.Parent.Parent.Box Button = script.Parent Open = false
Button.MouseButton1Down:connect(function() if Open == false then open = true Button.Text = "Close" Box.Visible = true elseif Open == true then Open = true Button.Text = "Open" Box.Visible = false end end)
Should work now. |
|
|
| Report Abuse |
|
|
rubene45
|
  |
| Joined: 08 May 2012 |
| Total Posts: 333 |
|
|
| 07 Sep 2015 06:09 PM |
Wooops a typo. Change line 7 to: Open = true Sorry :P |
|
|
| Report Abuse |
|
|
rubene45
|
  |
| Joined: 08 May 2012 |
| Total Posts: 333 |
|
|
| 07 Sep 2015 06:11 PM |
Woooops sorry another typo. Change line 11 to: Open = false Sorry D: That's all. |
|
|
| Report Abuse |
|
|