Strange transition between animations

Ok, if the loop isn’t quite right then you will need to add some blending, can’t simply loop the same animation. So try the following . . . which is basically just adding a second call to your inspect_holding and blending between them. You will need to add a bool to your anim bp and update it through input or whatever. Use this bool to check when you should keep inspecting, eg “IsInspecting”, as below.

So you would then just tweak the ‘blend time’ and ‘time remaining’ until you get the result you want, it won’t need much maybe 0.3, but just test it out.Let me know if that helped.