ImageButton
A regular Roblox ImageButton GUI object.
Example
e.ImageButton("rbxassetid://6305226241", {
OnClick = function()
print("Image clicked")
end
})
Last updated
Was this helpful?
A regular Roblox ImageButton GUI object.
e.ImageButton("rbxassetid://6305226241", {
OnClick = function()
print("Image clicked")
end
})
Last updated
Was this helpful?