Visible (Property)
From Legacy Roblox Wiki
Jump to navigationJump to search
Visible | |
Property | bool |
Description | Determines whether the object and its descendants will be displayed. |
Member of | GuiObject, LoadingGui, GuiBase3d |
Example
This will only run in a LocalScript.local frame = game.Players.LocalPlayer.PlayerGui.ScreenGui.Frame
frame.Visible = false