ImageButton
ImageButton/Image
Creation
MyRandomMenu:ImageButton({
name = "MyImageButton",
texture = "path/to/my/texture",
on_callback = function(item)
log("I was pressed!")
end
}) MyRandomMenu:Image({
name = "MyImageButton",
texture = "path/to/my/texture"
})Parameters
Parameter
Type
Description
Functions
Function
Description
Last updated