How to get this design? Like in this image, is it an image label or anything else
The white and black checkered tiles effect
How to get this design? Like in this image, is it an image label or anything else
The white and black checkered tiles effect
this is a custom ui, usually they are created in photoshop and exported to roblox studio. if you want one you will have to hire a ui designer
And yes, this is an image label and maybe some image buttons
Not sure if you understood what I asked
I asked this checkered design in the UI, and there is a thing like this below:
Where you can keep an image and make it tilied, the reason I’ve asked is, is there any easier way and I don’t know how to use ImageLabel.TileSize
so probably thats the reason
I’m not sure what this checkered effect is but I would say it’s an ImageLabel, I’m not sure
You can make use of the UIGradient
, you put an ImageLabel
in the background, and then you make the UIGradient
transparency property {0, 1}. That way, the image will fade achieving the desired effect.
I don’t think tile size literally makes tiles and even if it does then it would be simpler to just make a checker decal and use @3Debug’s method