Image Background
A background with an image.

Properties
Name | Type | Description |
---|---|---|
ImageSource | string | EditableImage | The source of the image. |
ImageSourceSize | Fusion.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)
}