Help With Making Username Color Rainbow

Hi Devs I have recently been working on a project for a friend and am trying to make the username rainbow. I’ve gotten the tags to work and the text to change. But I have really struggled on making the username rainbow along with it. I have searched on Dev Forum and on the internet but have not found anything on how. It would be great if you could help. Have a great day!

I will provide some videos of it working below

1 Like

similar to this?

Yes! It’s similar to that but I can’t get the persons username to be rainbow along with the text.

The username is a TextButton so you have to search for text buttons also. If you’re using the same rainbow chat script, change the if textLabel.ClassName == "TextLabel" then condition to if textLabel.ClassName == "TextLabel" or textLabel.ClassName == "TextButton" then.

Yay it worked! Thank you so much!

Also, when another user or me sends a message it doesn’t appear to the user it is just underscores. Is there a fix for that?
6500dae63c56669da5919fb79bd3d4c3
Sorry if the quality is bad my pc is slow.

Modifying the CoreChat gui prevents the text from being filtered, resulting in the text displaying as underscores.

Is there a way I could fix it? Or no.