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!
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.