Hello! I wondered about a little help cause, some scripts has rainbow chat tag sooo, I need help to make rainbow chat tag, cause it can be (maybe) first thing achieved on Roblox.
2 Likes
Use tween service to change the colors of the tag. For the EasingStyle, I recommend using Linear. For the EasingDirection, I recommend using InOut.
1 Like
As @CodedJack said, yes you can but it only works for Color3 Values and not BrickColor values
1 Like
For the rainbow effect, if I assume you want whole color that transitions, use Color3.fromHSV(h, s, v)
, where the parameters corresponds to hue, saturation and value. Set the hue only to a variable while the saturation and value would be their own constants.
1 Like