Visible (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
No edit summary
m Text replacement - "<code lua>" to "<SyntaxHighlight code="lua">"
Tags: mobile web edit mobile edit
Line 8: Line 8:
{{clear floats}}
{{clear floats}}


{{Example|This will only run in a [[LocalScript]].<code lua>
{{Example|This will only run in a [[LocalScript]].<SyntaxHighlight code="lua">
local frame = game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame
local frame = game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame
frame.Visible = false
frame.Visible = false

Revision as of 03:09, 27 April 2023

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


Example
{{{1}}}