So I’m currently making a generic TextLabel for a menu, but I encountered a problem that I don’t know how to solve.
See that purple text that says “Nightmare”? It’s text color appears light purple, but it’s actually completely white. The Text stroke’s color is applying a tint to the text color, and I know this because making the text have no stroke removed the tint. I can’t do this as a solution though, because I need the stroke to be visible and I need the text to be white. How can I get around this?
-
What do you want to achieve? I want to make some white text with a purple stroke.
-
What is the issue? The stroke is giving the text a purple tint, and it’s supposed to be completely white.
-
What solutions have you tried so far? I searched for similar topics, but I couldn’t find anything at all.