UIStroke not applying

I was applying a UIStroke to all text in my game until I noticed it didn’t work on some text. (ignore the bad ui)

image

Is there any kind of limit to how many UIStrokes you can use? I tried pasting it all at the same time and that also didn’t work.

Thanks in advance for any reply.

Looks like the UIStroke is working for the all the texts, it’s just the color that has changed (Green for the first two and black for the last three)

well, the black was the roblox’s default textstroke, so it doesnt apply in the ones that are black, I pasted in the same UIStroke in every text, here is a screenshot without UIStrokes in the text

image

You can’t use multiple UIStrokes for the same text, so change the color of the black ones.

Yes I know, here is a screenshot of it in explorer, the highlighted are the text UIStrokes

image

Yes, the highlighted UIStrokes should work for the Text if you set the “ApplyStrokeMode” property to “Contextual”.

image

That’s the thing, that is already applied, its the absolute same as the 1x and the 10x, that do work