How can I create 2 colors in single word?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to get text like in the screenshot. There are 2 colors in single word. It’s more like UIGradient but in Text.
  2. What is the issue? Include screenshots / videos if possible!
    2020-08-04 (1)
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried to put UIGradient on TextLabel but the Back Ground Color change.
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
    Also, I have tried to search for it. I couldn’t find topic talking about that thing.
1 Like

You may change the BackgroundTransparency of the TextLabel, and just insert a Frame behind the text.

The colors was moving on loop.

Here is a video :

It’s likely using UIGradient. To learn how to apply them, see Applying UIGradients.

I have tried many times.
That what I get :

You need to make the text white and make the background transparent.

1 Like

Thank you!

That what I wanted: