Mechanical Hand Movement

Hi, I was wondering how can you set up an expression in order to have the second hand move 5-6 times a second. In other words, how do I make the second hand move just like a mechanical one?

There are a few pre-built tags that may work:
#DWFSS# - Smooth Rotation value for second hand (0-359.99399991780274)
Other than that, you could take the seconds plus millisecond tag (#Dsm#) and add a multiplier to it.

Example:
(#Dsm#*6)

3 Likes