Help with scaling GUI borders

Hi guys! Rather new to guis! Mastered the basic roblox guis and I’m now attempting ones with custom images and borders. I am using a free border asset as a test but am encountering a scaling issue!


This is what my border looks like when I put it in roblox ^
Here’s it unscaled:
image

What I want to achieve:
I want to scale the imagelabel without it going all blurry and super stretched, keeping it’s original state. Here’s an example of the same border with what I want to achieve:
image

What I’ve tried:
I watched a tutorial on slicing, thinking that would fix it, but no the first image I sent is still the final result I obtained. Here are the settings I used for slice
image
image

Now I’m not sure if I simply need a bigger image or if it’s not possible to stretch the way I want. I was also wondering if maybe a vector image would fix this but I don’t even know if Roblox supports that.
Any advice / help is appreciated

a higher resolution/ bigger image should fix your problem.

Your image is 48 x 48 px so Roblox is scaling it up by guessing what pixels should go where by averaging them so that’s why you get the blur.

1 Like

Nah I fixxed it, there’s a property for this. Image scale slice and slice center. Got my first gui working

1 Like

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