How to rotate Car wheels and make them rotate fast, and when I need them to stop

I need to rotate the wheels for the car, because whenever I rotate it always gotta be slow and not in the right position. I need to rotate them fast and give me the code for them to stop

Moved to Directing Helps and Tips since this is about scripting. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

1 Like

@JemU776
@Apes
@Dara.Amarie

1 Like

So if you want your overlay to rotate in a loop, you would need to rotate it to 360 on it’s anchor point 0.5 0.5 in however many seconds you want, then reset the rotation back to 0 and loop it for however many times you want.

&overlay OVERLAYNAME rotates 360 anchor point 0.5 0.5 in T THEN overlay OVERLAYNAME rotates 0 anchor point 0.5 0.5 in 0 loop # times

1 Like

Than you so much :smile::smile:

1 Like

SO HELPFUL!!! :joy::joy::joy:

save it to your bookmark. lol

1 Like

I will