|
| 23 May 2013 08:22 PM |
I'm making a plugin. The plugin has a GUI menu, like most plugins. Where do I parent the GUI's to so I can see them and use them? |
|
|
| Report Abuse |
|
|
|
| 23 May 2013 08:23 PM |
| When you click it, generate a new GUI with the same properties as the one you built for it. |
|
|
| Report Abuse |
|
|
|
| 23 May 2013 08:25 PM |
So just Instance.new("blah blah gui-related classnames etc etc") And I don't have to parent it anywhere? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 23 May 2013 08:40 PM |
| This isn't a hard question. All I need is "Yes" or "No, parent it to X" |
|
|
| Report Abuse |
|
|
MrNicNac
|
  |
| Joined: 29 Aug 2008 |
| Total Posts: 26567 |
|
|
| 23 May 2013 08:44 PM |
Game.CoreGui
http://wiki.roblox.com/index.php/CoreGui |
|
|
| Report Abuse |
|
|
1Topcop
|
  |
| Joined: 09 Jun 2009 |
| Total Posts: 6635 |
|
|
| 23 May 2013 08:44 PM |
You are asking where to put plug in Guis?
Instance.new("ScreenGui",game:GetService("CoreGui")) |
|
|
| Report Abuse |
|
|
1Topcop
|
  |
| Joined: 09 Jun 2009 |
| Total Posts: 6635 |
|
| |
|