Well I have tried making and searching online on how to make a rainbow chat tag when someone owns a gamepass but nothing has came up so if someone has a script it would be very helpful!
here's how to make something rainbow:
01 | while true do |
02 | for i = 0 , 1 ,. 001 do |
03 | yourthing.Color = Color 3. fromHSV(i, 1 , 1 ) |
04 | wait() -- change number |
05 | end |
06 | for i = 1 , 0 ,-. 001 do |
07 | yourthing.Color = Color 3. fromHSV(i, 1 , 1 ) |
08 | wait() -- change number |
09 | end |
10 | end |