UI Slicing messing with UI Corners

I’m having a problem with the Slicing feature messing up my health UI when I use UI corners is there any way to fix this?

Screenshot 2022-12-03 at 10.45.50 pm

I’ve looked across the dev forum and I couldn’t find any resources or similar problems to help.
The image I’m currently using rbxassetid://11612359892

Why don’t you add a gradient instead of adding more frames / using images?

It won’t achieve the effect that I’m going for

You can and should use a gradient:


Left is your image, right is a quickly made UIGradient.


But if you really don’t want that you can use a CanvasGroup to make the UICorner corner the combined image instead of each slice seperately.
image

Tried this out and it worked fine, thanks.

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