Frame

Frame : GuiObject

Overview

Frame is a base container UI object that is used to structurally bind a variety of GUI elements.

Frame in particular, is suitable when creating a reactive UI layout. Because it supports all the basic GUI elements, background color, transparency, and other styles can be freely customized.

Frame can be controlled only in client environment.

Properties

BorderColor3

Color3

Currently not supported.

Code Samples

BorderMode

Enum.BorderMode

Currently not supported.

Code Samples

BorderPixelSize

number

Currently not supported.

Code Samples

Methods

Events

See also

GUI

Last updated