|
| 23 Jan 2015 08:39 PM |
| Does anyone have a script for like if you click a button a gui comes up? My wording is terrible, sorry. But if anyone could help me out with this it would be greatly appreciated. Thank you in advance. |
|
|
| Report Abuse |
|
Sinblade
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 2782 |
|
|
| 23 Jan 2015 09:15 PM |
GUI = --Put the path of the GUI here also set the GUI to invisible
script.Parent.MouseButton1Click:connect(function() GUI.Visible = true end)
|
|
|
| Report Abuse |
|