Advertisement
MrStealUGurl

Untitled

Jan 21st, 2020
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local color = Color3.fromHSV(math.sin((tick() / 3) % 1),0.5,1)
  2. while wait() do
  3. script.Parent.BackgroundColor3 = Color3.fromHSV(math.sin((tick() / 3) % 1),0.5,1)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement