|
| 02 Feb 2014 03:33 PM |
if I do:
Instance.new("ScreenGui") in the plugin code
what do i set the screenguis parent to, so its seen and usable in studio |
|
|
| Report Abuse |
|
jonesj627
|
  |
| Joined: 06 Oct 2010 |
| Total Posts: 1496 |
|
|
| 02 Feb 2014 03:34 PM |
sg = Instance.new("ScreenGui") sg.Parent = game:GetService("CoreGui") |
|
|
| Report Abuse |
|