|
| 23 Feb 2014 03:27 PM |
| I'm sure its simple, but I can't figure it out. |
|
|
| Report Abuse |
|
robocu3
|
  |
| Joined: 13 Mar 2009 |
| Total Posts: 6485 |
|
|
| 23 Feb 2014 03:33 PM |
Well, you could just do this;
script.Parent.MouseButton1Down:connect(function()--assuming script is a child of the clicked gui x = Instance.new("ScreenGUI",script.Parent.Parent)--[[assuming gui is obviously in playergui insert other gibberish here]] end -=Robo=-
|
|
|
| Report Abuse |
|