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:
while true do for i=0,1,.001 do yourthing.Color=Color3.fromHSV(i,1,1) wait() -- change number end for i=1,0,-.001 do yourthing.Color=Color3.fromHSV(i,1,1) wait() -- change number end end