ShowDevelopmentGui (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco
No edit summary
>ZackZak
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CatUp|Properties}}
<onlyinclude>{{Property
 
|name = ShowDevelopmentGui
{|
|<onlyinclude>{{Property|
name = ShowDevelopmentGui
|property = [[Bool]] ''ShowDevelopmentGui''
|property = [[Bool]] ''ShowDevelopmentGui''
|description = If true, displayes GUI in StarterGui, otherwise it hides it.
|description = If it's true it shows the GUI objects inside the StarterGui, otherwise it hides them so you can see the 3D elements of your place more easily. It's useful if you have a large GUI that covers your screen, yet you have something you want to work on in your workspace. If false it will still display in play mode.
|object = [[RBX.lua.StarterGui (Object)|StarterGui]]
|object = StarterGui
|}}</onlyinclude>
}}</onlyinclude>
|}


{{clear floats}}


[[Category:Properties]]
[[Category:Properties]]

Latest revision as of 02:51, 9 July 2011

ShowDevelopmentGui
Property Bool ShowDevelopmentGui
Description If it's true it shows the GUI objects inside the StarterGui, otherwise it hides them so you can see the 3D elements of your place more easily. It's useful if you have a large GUI that covers your screen, yet you have something you want to work on in your workspace. If false it will still display in play mode.
Member of StarterGui