Type time:Chime

A time:Chime runs a piece of code at a regular interval.
Constructors:
time:Chime(time:Time interval)
Create and immediately start a time:Chime.
time:Chime()
Create and immediately start a time:Chime with a 1 hour interval.
Functions:
chime()
Regularly does nothing. Overload this function to do something.