How to make rotators wait for a few seconds before they start rotating once the activation group is activated?
This would significantly reduce the part count of the thing i'm making. plus it will reduce lag too because i'll be using fewer rotators.
Thanks!
@spefyjerbf thanks! Will try these as soon as i get home
floor(smooth(clamp01(ActivateX), 1/delayTime) * clamp01(ActivateX)
.
Where:
delayTime = the time for delay (sec)
ActivateX = activation group, ex Activate1
Erg there was a post abt this earlier. It has something to do with clamp and lerp