I need to make the body of my OC bob faster than the other layers, without making it bob one frame
afaik, there is no way to have layers run asynchronous.
The workaround would be, that you, add an extra frame in which the other layers move, but the one that is supposed to run slower doesn’t. Eg: If your walk cycle is 4 frames long, make it 8 cycles long with the legs changing every other frame, while your body moves every frame.
Hope this helps.
1 Like
ok ill try it out thanks