Advertisement
Jackthehunter25

Practice for aly

Mar 4th, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. wait(2)
  2.  
  3. game.Workspace.Part.Transparency = 1
  4. game.Workspace.Part.BrickColor = BrickColor.new ("Really blue")
  5.  
  6. wait(1)
  7.  
  8. game.Workspace.Part.Transparency = .5
  9. game.Workspace.Part.BrickColor = BrickColor.new ("Really red")
  10. game.Workspace.Part.Material = Enum.Material.Neon
  11.  
  12. wait(1)
  13.  
  14. game.Workspace.Part.Transparency = 0
  15. game.Workspace.Part.BrickColor = BrickColor.new ("Really black")
  16.  
  17. wait(1)
  18.  
  19. game.Workspace.Part.Transparency = 1
  20.  
  21. wait(1)
  22.  
  23. game.Workspace.Part.Transparency = 0
  24.  
  25. game.Workspace.Part.Material = Enum.Material.Grass
  26. game.Workspace.Part.BrickColor = BrickColor.new ("Ghost grey")
  27.  
  28. wait(.5)
  29.  
  30. game.Workspace.Part.BrickColor = BrickColor.new ("Really red")
  31.  
  32. wait(.5)
  33.  
  34. game.Workspace.Part.BrickColor = BrickColor.new ("Really blue")
  35.  
  36. wait(.5)
  37.  
  38. game.Workspace.Part.BrickColor = BrickColor.new ("Baby blue")
  39.  
  40. wait(.5)
  41.  
  42. game.Workspace.Part.BrickColor = BrickColor.new ("Sage green")
  43.  
  44.  
  45. game.Workspace.Part.Material = Enum.Material.Foil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement