RichText Broken?

Hey DevForum
I have been making my project, more and Im making syntax highlighting.
However when im using rich text its not working
image

image
Can anybody fix the line of code? I really need help with this,

Thanks in advance!

1 Like

If that’s a TextBox, when a TextBox is focused, it displays the RichText. You can use a combination of TextBoxes and TextLabels. (TextBox for typing, TextLabel for displaying)

1 Like

I know that, what the user sees is just a text box, but theres a barley transparent TextBox over the text

1 Like

Oh, is the RichText property enabled for the TextLabel? There’s nothing wrong with your code AFAIK.
Although, your Green value is above 255.

1 Like

wait what, oh it is… hmm I think im gonna fix that
any idea how to change a Color3 value into RGB?

1 Like

NVM I FIXED IT THX SO MUCH, it uhh fixed it self (over 255 didnt work)

1 Like