Advertisement
UnknownExploiter

Rainbow ui script

Jun 9th, 2020
1,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1.     while true do
  2.         for i = 0,1,0.001*3 do
  3.             texthere.BackgroundColor3 = Color3.fromHSV(i,1,1)
  4.             wait()
  5.         end
  6.     end
  7.  
  8. -- change "texthere" to the name of a frame or a textbutton / textbox
  9. -- if you are using a frame use BackgroundColor3
  10. -- if you are using a textbox use TextColor3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement