#what is the speed for a rotator for seconds to a minute on a clock

1 messages · Page 1 of 1 (latest)

winged vessel
#

hello, im making a dummy working clock. something that looks like it tells time but is not but has correct speed for the hands. the problem is the correct speed for seconds, i can't tell what it is. any advise?

winged vessel
viral compass
coral pebble
# winged vessel hello, im making a dummy working clock. something that looks like it tells time ...

I would not recommend setting their speed on join or something, if you want to make a clock that shows a specific timezone (Because rotators are always synced and cant show local time)

Take Time Get Universal Seconds, add an offset, this will not be accurate if and when daylight savings time, only standard time
Modulo by 60 to get seconds, multiply by 6 and use Int To Float to get the second hand rotation for the rotator
Divide by 60 and modulo by 60 to get minutes, multiply by 6 and use Int To Float to get minute hand rotation for the rotator
Divide by 3600 and modulo by 24 to get hours, multiply by 15 and use Int To Float to get hour hand rotation for the rotator

Instead of using Rotator Set Speed, use Rotator Set Rotation

winged vessel
#

though it was messed up for hour, it was a slight error and still appreciated the help

coral pebble
#

Analog clocks are 12 hour lmao