ImageLabel
ImageLabel : GuiObject
Overview
Properties
Image
string
The content id of the image to display.
Code Samples
local ScreenGui = script.Parent
local ImageLabel = ScreenGui:WaitForChild("ImageLabel")
ImageLabel.Image = "ovdrassetid://1234"ImageColor3
Color3
ImageColor3 changes the color tint of the image. It can be used to apply a colored overlay or adjust the hue of the image.
Code Samples
ImageContent
Content
Currently not supported.
Code Samples
ImageTransparency
number
ImageTransparency controls the transparency level of the displayed image, ranging from 0 to 1
Code Samples
Methods
Events
See also
GUILast updated