Advertisement
kyanopro

Untitled

Jan 19th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. local color = Color3.fromHSV(math.sin((tick() / 3) % 1),0.5,1)
  2. while wait() do
  3.  
  4. for i,v in pairs(game:GetService("CoreGui").DevConsoleMaster.DevConsoleWindow.DevConsoleUI.MainView.ClientLog:GetChildren()) do
  5. if v.Name == "UIListLayout" or v.Name == "WindowingPadding" then
  6. else
  7. v.msg.TextColor3 = Color3.fromHSV(math.sin((tick() / 3) % 1),0.5,1)
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement