:Image

type Image = {
	Image: (string|number),
	Callback: ((...any) -> unknown)
}

Example usage:

:Image({
	Image = 5205790785
})

Last updated