9-Slice Scaling Issue

9-Slice ImageLabel in my screen:
Is scaled using .Scale instead of .Offset

9-Slice ImageLabel in a smaller screen:
Is scaled using .Scale instead of .Offset
Corners stay at the same size, making it look bigger

How I want the corners to be in a smaller screen:
This Imagelabel uses UiScale, which also makes the corners smaller + Is scaled using .Offset instead of .Scale

How would I make make a 9-Slice ImageLabel fit into the screen and also make the corners get smaller?

Place File:
Uiproblem.rbxl (54.0 KB)

This reply solved what I was trying to achieve. Make sure to check it out if you get the same issue!

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