How to create a border effect?

I’m working on GUI and I found something annoying; if you make the BackgroundTransparency of a GUI object 1, then the border goes away entirely.

I was wondering if there was a way to add a border to a transparent background. This would help me enhance the looks of my GUI. If I have to make an ImageLabel then that’s ok, just want to ask first before jumping into it.

Thanks in advance.

hey, i think i can help…
can you send some photos to explain more. please?

His question is how would he make a border and not have in inner background.

The less resource intensive way is to make an image of a rectangle or square border and upload it and use an ImageLabel.

ImageLabels work, but you may get a blurry result. Instead, you could use 4 frames placed strategically to create the same effect as a built in border.

I would recommend making a border in a drawing software(preferably white in colour, so you can edit the color later), upload it to studio. You would also have to keep track of the size in pixels the image is. For example, if your image was 100 by 100, it would be 100 px by 100 px (px = pixles). So, let’s say you uploaded that 100 by 100 image to studio. Set the Scale Type to SliceScale and set the SliceCenter to 50, 50, 50, 50. Basically you would be dividing the image size (100) by 2.