Looping Animations (such as walk cycles)

Hello there. I am going through the Ultimate Blender tutorial on Udemy and they talk about looping using the graph editor, and I am trying it but it is not working. I have the new version of blender. It seemed to loop the y axis but not the X. This was the code error log it gave me. Any ideas? "

Modifier could not be added (see console for details)
bpy.data.actions[“Right ArmAction.001”].(null) = True
bpy.data.actions[“Right ArmAction.001”].(null) = False
bpy.data.actions[“Right ArmAction.001”].(null) = True
bpy.data.actions[“Right ArmAction.001”].(null) = False
bpy.data.actions[“Right ArmAction.001”].(null) = True
bpy.data.actions[“Right ArmAction.001”].(null) = False
bpy.ops.graph.fmodifier_add(type=‘CYCLES’)
Modifier could not be added (see console for details)"

Happy to help you :slight_smile: Could you upload the .blend here so I can take a look?

I went ahead and just duplicated the animations so maybe the issue won’t be there anymore. I can try again with a different animation though. Here’s this one.

https://blendermania.s3.us-west-1.amazonaws.com/wp-content/uploads/2020/07/05162201/robot1v3.blend

Hey chaoslillith. Sorry about 100 things going on when I was trying to help you haha. Did you figure it out or still need help?