This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
ClockFu.lua
Line 203 reads:
name = COLOR or "Color",
But should be:
name = "COLOR" or "Color",
If someone could upload that change lol.