Advertisement
TrustDr

Rainbow Shirt

Mar 28th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. local top = 25 --Flood Escape 2 Official Colour Changing By ShootingZombey
  2. while true do --Don't Delete Anything Unless Needed
  3. wait()
  4. for i = 1,top,1 do
  5. script.Parent.Pants.Color3 = Color3.new(i/top,0/top,0/top)
  6. wait()
  7. end
  8. for i = 1,top,1 do
  9. script.Parent.Pants.Color3 = Color3.new(top/top,i/top,0/top)
  10. wait()
  11. end
  12. for i = 1,top,1 do
  13. script.Parent.Pants.Color3 = Color3.new(top/top,top/top,i/top)
  14. wait()
  15. end
  16. for i = top,1,-1 do
  17. script.Parent.Pants.Color3 = Color3.new(i/top,top/top,top/top)
  18. wait()
  19. end
  20. for i = top,1,-1 do
  21. script.Parent.Pants.Color3 = Color3.new(0/top,i/top,top/top)
  22. wait()
  23. end
  24. for i = top,1,-1 do
  25. script.Parent.Pants.Color3 = Color3.new(0/top,0/top,i/top)
  26. wait()
  27. end
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement