Advertisement
AyeeAndrxw

[RELEASE]

Jan 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. while true do
  2. for i=0,1,0.01 do
  3. script.Parent.Color = Color3.fromHSV(i ,0.8, 0.8)
  4. wait()
  5. end
  6. for i=1,0,-0.01 do
  7. script.Parent.Color = Color3.fromHSV(i, 0.8, 0.8)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement