Components
Image Background

Image Background

A background with an image.

Properties

NameTypeDescription
ImageSourcestring | EditableImageThe source of the image.
ImageSourceSizeFusion.UsedAs<Vector3>The size of the image source. Uses Vector3 for performance reasons - only the X and Z components are used.

Example

Scope:ImageBackground {
  Size = UDim2.new(1,0, 0,256),
  ImageSource = "rbxassetid://89904945503839",
  ImageSourceSize = Vector3.new(256, 0, 256)
}