UI has white border

Im sure this is a very common issue with UI in roblox, where the UI I imported actually has a white border at the round part

image:
Roblox (gyazo.com)

This has happened many times in the past and have never been able to resolve. Another thing to note is that originally the image is a square, I just added a UICorner to it to make it round.

4 Likes

Just set the Border’s Visibility to 0

1 Like

It is overridden by the UI Corner so the Border doesnt show anyway, this is something else

1 Like

I see theres a UI corner to the frame try disabling it and see if it solves the problem

if the frame is all image then you can set the BackgroundTransparency to 1

1 Like

I believe this is a bilinear interpolation error/bug causing transparent pixels to create those white borders when scaling image elements with ROBLOX studio. What I’ve found that works for me is running the images through PixelFix (Windows) or Alpha Bleed (browser based).

8 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.