Visible (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens No edit summary |
>JulienDethurens No edit summary |
||
Line 2: | Line 2: | ||
|name = Visible | |name = Visible | ||
|property = [[bool]] | |property = [[bool]] | ||
|description = Determines whether the object and its | |description = Determines whether the object and its descendants 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]], [[RBX.lua.GuiBase3d (Object)|GuiBase3d]] | ||
}}</onlyinclude> | }}</onlyinclude> | ||
Revision as of 03:17, 4 February 2012
![]() | |
Property | bool |
Description | Determines whether the object and its descendants will be displayed. |
Member of | GuiObject, LoadingGui, GuiBase3d |
Example
{{{1}}}