Helgodxdd

g

Dec 28th, 2020 (edited)
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2. counter = 0
  3.  
  4. while wait(0.01) do
  5. _G.Col = Color3.fromHSV(zigzag(counter),1,1)
  6. counter = counter + 0.01
  7. end
Add Comment
Please, Sign In to add comment