Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- admins = {"PhoenixClockworks","ClinksYT"}
- ChatTextColor = BrickColor.new'Neon orange'
- NameColor = 'Really black'
- for i,who in pairs (admins) do
- game.DescendantAdded:connect(function(a)
- pcall (function()
- if a.ClassName=='TextButton' then
- local b = a
- if string.find(b.Text,who..']') then
- spawn(function()
- while true do
- if ChatTextColor ~='' then
- b.Parent.TextColor=ChatTextColor
- end
- if NameColor ~= '' then
- b.TextColor=BrickColor.new(NameColor)
- end
- wait()
- end
- end)
- end
- end
- end)
- end)
- end
- va = 255
- vaa = 255
- vaaa=100
- while true do
- for i = 1, 100 do
- ChatTextColor = BrickColor.new(va, vaa, vaaa)
- vaa = vaa - 1
- vaaa = vaaa - 0.5
- wait()
- end
- wait(2)
- for i = 1, 100 do
- ChatTextColor = BrickColor.new(va, vaa, vaaa)
- vaa = vaa + 1
- vaaa = vaaa + 0.5
- wait()
- end
- wait(2)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement