Advertisement
trolman5678

rainbow name tag

Oct 5th, 2016
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. game.Players.zombieslayerwtf.Neutral = false
  2. while true do
  3. game.Players.zombieslayerwtf.TeamColor = BrickColor.new("Really red")
  4. wait(0.5)
  5. game.Players.zombieslayerwtf.TeamColor = BrickColor.new("Neon orange")
  6. wait(0.5)
  7. game.Players.zombieslayerwtf.TeamColor = BrickColor.new("New Yeller")
  8. wait(0.5)
  9. game.Players.zombieslayerwtf.TeamColor = BrickColor.new("Camo")
  10. wait(0.5)
  11. game.Players.zombieslayerwtf.TeamColor = BrickColor.new("Really blue")
  12. wait(0.5)
  13. game.Players.zombieslayerwtf.TeamColor = BrickColor.new("Royal purple")
  14. wait(0.5)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement