When are animations rendered in the render pipeline? I’m currently trying to consolidate my own custom animations that I bind to renderstep as well as ROBLOX animations that utilize the animation priority system.
The render pipeline has been helpfully illustrated here (made by zeuxcg and prettified by Fractality_alt):
If someone could point out when animations are rendered in this image, it would be super helpful!
I guessed that animations probably run during the Humanoid segment (see frame 2 in the above image), so anything I bind to renderstep would run before ROBLOX custom animations are run, but I wasn’t entirely sure.