Combine Images in Roblox Studio

Hello! I would like to merge several ImageLabels into one.

Let’s say I’m creating a kind of whiteboard, and I want to save the information of each dot in a single texture/image/decal.

image

These “dots” are actually ImageLabel objects inside a Frame, which would be the whiteboard.

I searched everywhere, but I couldn’t find anything.

Hey!

What you can do is simply use each image and edit them in an image editor to merge them together to create 1 image, so you can make it easier to be all in 1.

put them in a frame and consider a grid using scale. Then make the frame the size of the combined image.

Oh, sorry… I forgot to mention that I want to apply that image to a part, so I don’t think a frame would be enough for that.

yes it would because you can use a surface gui to adorn it to a surface but it would be somewhat redundant because surface guis may have a pixel per inch setting

1 Like