Advertisement
metilol

Untitled

Feb 22nd, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. function myFunction()
  2. game.Workspace.Baseplate.BrickColor = BrickColor.new("Really red")
  3. end
  4.  
  5. myFunction()
  6.  
  7. wait(1)
  8.  
  9. function myFunction()
  10. game.Workspace.Baseplate.BrickColor = BrickColor.new("Forest green")
  11. end
  12.  
  13. myFunction()
  14.  
  15. wait(1)
  16.  
  17. function myFunction()
  18. game.Workspace.Baseplate.BrickColor = BrickColor.new("Really red")
  19. end
  20.  
  21. myFunction()
  22.  
  23. wait(1)
  24.  
  25. function myFunction()
  26. game.Workspace.Baseplate.BrickColor = BrickColor.new("Forest green")
  27. end
  28.  
  29. myFunction()
  30.  
  31. wait(2)
  32.  
  33. Instance.new("Explosion")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement