Visible (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
>JulienDethurens
No edit summary
Line 1: Line 1:
<onlyinclude>{{Property
<onlyinclude>{{Property
|name        = Visible
|name        = Visible
|property    = [[Boolean]] ''visibility''
|property    = [[bool]]
|description = Determines whether the object and its children will be displayed.
|description = Determines whether the object and its children will be displayed.
|objects      = [[RBX.lua.GuiObject (Object)|GuiObject]], [[RBX.lua.LoadingGui (Object)|LoadingGui]]
|objects      = [[RBX.lua.GuiObject (Object)|GuiObject]], [[RBX.lua.LoadingGui (Object)|LoadingGui]]

Revision as of 22:10, 2 February 2012

Visible
Property bool
Description Determines whether the object and its children will be displayed.
Member of GuiObject, LoadingGui


Example
{{{1}}}