How to remove the white lines beside the UI

Im using external UI design software and I keep getting these lines when uploading it to Roblox Studio without borders despite the original export barely having lines at all.

Please help (pictures below)


Screenshot 2024-09-21 174851

1 Like

Fairly certain the issue is caused by the design software you’re using, based on the fact that the white pixels are clipped off on the edges of the ImageLabel.

I guess your software is exporting the image with some form of data that Roblox is interpreting or displaying as white pixels.

I’ve never had any issue with Photopea, which should be able to make the shape you’re looking for, though it isn’t the simplest at doing so. You could always import the file of your project into Photopea, assuming it’s supported, and export it from there.

1 Like

Im using Inkscape to make this

1 Like

This might help: chiping

That’s because of how images are processed by Roblox - actually, it’s a common thing in most engines, because of how bilinear interpolation works.

I’ll spare you the technical bloat though, you can read up on it if you’re interested.

Try this:

Curious? Read this:

1 Like