ImageButton
Last updated
local ScreenGui = script.Parent
local ImageButton = ScreenGui:WaitForChild("ImageButton")
ImageButton.Image = "ovdrassetid://1234"local ScreenGui = script.Parent
local ImageButton = ScreenGui:WaitForChild("ImageButton")
ImageButton.ImageColor3 = Color3.fromRGB(255, 0, 0)local ScreenGui = script.Parent
local ImageButton = ScreenGui:WaitForChild("ImageButton")
ImageButton.ImageTransparency = 0.5local ScreenGui = script.Parent
local ImageButton = ScreenGui:WaitForChild("ImageButton")
ImageButton.PressImage = "ovdrassetid://1234"