Skip to content

Skeleton

A component to indicate loading or a placeholder for content.

Usage

This component is especially useful alongside the Await component. It can be used to show temporary content while the actual content is loading.

Simply pass a Frame containing skeletons to TemporaryContent in Await and set Loaded to true when the content is ready.

Properties

AppearanceOverride

Use the AppearanceOverride property to style the component.

The theme data for the component can be found in the Theming section and can be overwritten through AppearanceOverride.

Pass AppearanceOverride as an optionalColorTable. More information on overrides can be found here.

CornerRadius

Type

luau

Code block has not loaded. An error may have occurred.

Animated

Type

luau

Code block has not loaded. An error may have occurred.

Instance Properties

This instance takes all the properties of a Frame. SpecialKeys, such as fusion.Children will also be passed to the instance.

Theming

States

StateDescription
Base

Colors

ColorDescription
Background

The base color of the skeleton.

Animated

The highlight color of the skeleton. This color will be animated using the background color to create a loading effect.