Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.01) do
- _G.Col = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
RAW Paste Data
Copied