The following tables outline all of the classes and associated properties which can be styled. Additional support may be added over time, so please bookmark this page for reference.
UI objects
GuiObject
GuiObject is an abstract class from which most UI classes inherit, including frames, labels, buttons, and more.
GuiButton
Property | Type |
---|---|
GuiButton.AutoButtonColor | boolean |
TextLabel
TextButton
ImageLabel
ImageButton
TextBox
Property | Type |
---|---|
TextBox.ClearTextOnFocus | boolean |
TextBox.MultiLine | boolean |
TextBox.PlaceholderColor3 | Color3 |
TextBox.PlaceholderText | string |
TextBox.ShowNativeInput | string |
TextBox.TextEditable | boolean |
ScrollingFrame
ViewportFrame
Property | Type |
---|---|
ViewportFrame.Ambient | Color3 |
ViewportFrame.ImageColor3 | Color3 |
ViewportFrame.ImageTransparency | float |
ViewportFrame.LightColor | Color3 |
ViewportFrame.LightDirection | Vector3 |
Path2D
Property | Type |
---|---|
Path2D.Closed | boolean |
Path2D.Color3 | Color3 |
Path2D.Thickness | float |
Path2D.Visible | boolean |
Path2D.ZIndex | integer |
CanvasGroup
Property | Type |
---|---|
CanvasGroup.GroupColor3 | Color3 |
CanvasGroup.GroupTransparency | float |
Appearance modifiers
UICorner
Property | Type |
---|---|
UICorner.CornerRadius | UDim |
UIGradient
Property | Type |
---|---|
UIGradient.Color | ColorSequence |
UIGradient.Enabled | boolean |
UIGradient.Offset | Vector2 |
UIGradient.Rotation | float |
UIGradient.Transparency | NumberSequence |
UIPadding
Property | Type |
---|---|
UIPadding.PaddingBottom | UDim |
UIPadding.PaddingLeft | UDim |
UIPadding.PaddingRight | UDim |
UIPadding.PaddingTop | UDim |
UIStroke
Property | Type |
---|---|
UIStroke.ApplyStrokeMode | Enum.ApplyStrokeMode |
UIStroke.Color | Color3 |
UIStroke.Enabled | boolean |
UIStroke.LineJoinMode | Enum.LineJoinMode |
UIStroke.Thickness | float |
UIStroke.Transparency | float |
Layout structures
UIListLayout
UIGridStyleLayout
UIGridLayout
Property | Type |
---|---|
UIGridLayout.CellPadding | UDim2 |
UIGridLayout.CellSize | UDim2 |
UIGridLayout.FillDirectionMaxCells | integer |
UIGridLayout.StartCorner | Enum.StartCorner |
Size modifiers and constraints
UIAspectRatioConstraint
Property | Type |
---|---|
UIAspectRatioConstraint.AspectRatio | float |
UIAspectRatioConstraint.AspectType | Enum.AspectType |
UIAspectRatioConstraint.DominantAxis | Enum.DominantAxis |
UISizeConstraint
UITextSizeConstraint
Property | Type |
---|---|
UITextSizeConstraint.MaxTextSize | integer |
UITextSizeConstraint.MinTextSize | integer |
UIScale
Property | Type |
---|---|
UIScale.Scale | float |