Advertisement
7od

Untitled

7od
Dec 7th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. owner = {"0FHX"} -- put your name here
  2. ChatTextColor = "Really Red"
  3.  
  4.  
  5.  
  6. for i,who in pairs(owner) do
  7. game.DescendantAdded:Connect(function(a)
  8. pcall(function()
  9. if a.ClassName == "TextButton" then
  10. local b = a
  11. if string.find(b.Text,who.."]") then
  12. if ChatTextColor ~= "" then
  13. b.Name = "TTB"
  14. while true do
  15. wait(0.1)
  16. b.Parent.TextColor = BrickColor.new("Really red")
  17. b.TextColor = BrickColor.new("Really red")
  18. wait(0.1)
  19. b.Parent.TextColor = BrickColor.new("Neon orange")
  20. b.TextColor = BrickColor.new("Neon orange")
  21. wait(0.1)
  22. b.Parent.TextColor =BrickColor.new("Brick yellow")
  23. b.TextColor =BrickColor.new("Brick yellow")
  24.  
  25. wait(0.1)
  26. b.Parent.TextColor = BrickColor.new("Bright green")
  27. b.TextColor = BrickColor.new("Bright green")
  28.  
  29. wait(0.1)
  30. b.Parent.TextColor = BrickColor.new("Baby blue")
  31. b.TextColor = BrickColor.new("Baby blue")
  32.  
  33. wait(0.1)
  34. b.TextColor = BrickColor.new("Baby blue")
  35.  
  36. b.Parent.TextColor = BrickColor.new("Royal purple")
  37. end
  38. end
  39.  
  40.  
  41. end
  42. end
  43. end)
  44. end)
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement