How to make an overlay rotate on the spot?

I am trying to make an overlay rotate, but on the spot. But I don’t know how to do it?

Unfortunately you have to play around with it and use sport rotation

@overlay OVERLAY rotates 360 anchor point 0.5 0.5 in 0
&overlay OVERLAY rotates 360 anchor point 0.5 0.5 in s loop # times

s being the amount of seconds for it to rotate.
‘#’ being the number of times you want it to rotate. You can replace this with infinite but you must use the & symbol or it’ll get stuck in the loop and the script won’t move forward

2 Likes

Thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.