Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(2)
- game.Workspace.Part.Transparency = 1
- game.Workspace.Part.BrickColor = BrickColor.new ("Really blue")
- wait(1)
- game.Workspace.Part.Transparency = .5
- game.Workspace.Part.BrickColor = BrickColor.new ("Really red")
- game.Workspace.Part.Material = Enum.Material.Neon
- wait(1)
- game.Workspace.Part.Transparency = 0
- game.Workspace.Part.BrickColor = BrickColor.new ("Really black")
- wait(1)
- game.Workspace.Part.Transparency = 1
- wait(1)
- game.Workspace.Part.Transparency = 0
- game.Workspace.Part.Material = Enum.Material.Grass
- game.Workspace.Part.BrickColor = BrickColor.new ("Ghost grey")
- wait(.5)
- game.Workspace.Part.BrickColor = BrickColor.new ("Really red")
- wait(.5)
- game.Workspace.Part.BrickColor = BrickColor.new ("Really blue")
- wait(.5)
- game.Workspace.Part.BrickColor = BrickColor.new ("Baby blue")
- wait(.5)
- game.Workspace.Part.BrickColor = BrickColor.new ("Sage green")
- game.Workspace.Part.Material = Enum.Material.Foil
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement