UIStroke not working properly with BillboardGui?

I’m having issues with the new UIStroke object, specifically it not working at all. I have a UIStroke inside a frame with a transparency of 0 and thickness of 3, but no stroke shows on the frame. I will include screenshots below of the properties and how the frame looks.

properties
hierarchy
frame

2 Likes

Just like the BorderSizePixel property alike, I don’t believe that you’re able to add strokes to rounded frames due to it’s confliction with UICorner.

Still having the same issue after deleting the UICorner, I’m not sure what the issue is.

UIStroke isn’t out yet. It’s still pending.

.
I really want this to be released tho.

1 Like

same it would be so useful as im having the same problem right now!

If you have clipsdescendants checked on billboardGui it clips out uistroke

1 Like

Just change ApplyStrokeMode to Border.

1 Like