rickrollism

rainbow part script

Mar 26th, 2022
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. wait(1)
  2.  
  3. while true do
  4.  
  5. wait(0.1)
  6. game:GetService('TweenService'):Create(
  7. script.Parent,TweenInfo.new(1,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut),
  8. {Color = Color3.fromRGB(255, 0, 0)}):Play()
  9. wait(0.8)
  10.  
  11. game:GetService('TweenService'):Create(
  12. script.Parent,TweenInfo.new(1,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut),
  13. {Color = Color3.fromRGB(255, 155, 0)}):Play()
  14. wait(0.8)
  15.  
  16. game:GetService('TweenService'):Create(
  17. script.Parent,TweenInfo.new(1,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut),
  18. {Color = Color3.fromRGB(255, 255, 0)}):Play()
  19. wait(0.8)
  20.  
  21. game:GetService('TweenService'):Create(
  22. script.Parent,TweenInfo.new(1,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut),
  23. {Color = Color3.fromRGB(0, 255, 0)}):Play()
  24. wait(0.8)
  25.  
  26. game:GetService('TweenService'):Create(
  27. script.Parent,TweenInfo.new(1,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut),
  28. {Color = Color3.fromRGB(0, 255, 255)}):Play()
  29. wait(0.8)
  30.  
  31. game:GetService('TweenService'):Create(
  32. script.Parent,TweenInfo.new(1,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut),
  33. {Color = Color3.fromRGB(0, 155, 255)}):Play()
  34. wait(0.8)
  35.  
  36. game:GetService('TweenService'):Create(
  37. script.Parent,TweenInfo.new(1,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut),
  38. {Color = Color3.fromRGB(255, 0, 255)}):Play()
  39. wait(0.8)
  40.  
  41. game:GetService('TweenService'):Create(
  42. script.Parent,TweenInfo.new(1,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut),
  43. {Color = Color3.fromRGB(255, 0, 155)}):Play()
  44. wait(0.8)
  45.  
  46.  
  47. end
Advertisement
Add Comment
Please, Sign In to add comment