|
| 12 Aug 2013 01:34 AM |
The wiki is a bit incomplete with their coverage of plugins. For instance, how are GUIs made for plugins?
Also, if someone writing for the wiki could write a section on it...? |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2013 01:36 AM |
g = Instance.new("ScreenGui", game:GetService("CoreGui")) -- Gui Stuff |
|
|
| Report Abuse |
|
|
blocco
|
  |
| Joined: 14 Aug 2008 |
| Total Posts: 29474 |
|
|
| 12 Aug 2013 01:38 AM |
Note that CoreGui is simply just a BasePlayerGui-derived object which has the ability of being interacted with in studio mode.
This is why it's useful (and necessary) in Plugins. |
|
|
| Report Abuse |
|
|
|
| 12 Aug 2013 12:16 PM |
| Thanks, that's what I needed. |
|
|
| Report Abuse |
|
|