Weird lines when using UIStroke and UICorner

Hey i’m having an issue with a frame, i put UICorner with UIStroke and for some reason these lines appeared
Screenshot 2024-05-26 001211
someone knows how to fix that?

Switch UIStroke.ApplyStrokeMode property

1 Like

Sorry i wasn’t clear, i mean these lines
Screenshot 2024-05-26 001211

sorry don’t know

1 Like

This is unfortunately an artifact of UIStroke instances. The only workaround is to make sure that the absolute position and size of the GUI object are pixel-perfect. For example:

Not pixel-perfect (decimals):

image

Pixel perfect (no decimals):

image

However, I don’t think this method is foolproof. The issue may remain even if these conditions are met.

1 Like

To be honest bro, the lines are barely noticeable. I’m quite sure players will not even notice the lines. :ok_hand:t5::sunglasses:

1 Like

Thank you all for your help! then the unique solution is making them in another software and importing them in Studio

I want the game to be perfect11! :triumph:

1 Like

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