Advertisement
HowToRoblox

RainbowTextScript

Dec 14th, 2019
1,334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. while true do
  2.     for i = 0, 255, 4 do
  3.        
  4.         script.Parent.TextStrokeColor3 = Color3.fromHSV(i/256, 1, 1)
  5.        
  6.         script.Parent.TextStrokeColor3 = Color3.fromHSV(i/256, .5, .8)
  7.        
  8.         wait(0.1)
  9.     end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement