Hi,
I’ve created a simple character rig to learn about animation with mesh deformation, everything seemed pretty straightforward until I tried loading the animations that I created onto the StarterCharacter using Roblox’s Built-in Animator local script.
When I load the animation into the model from the Animation Editor, it loads correctly and runs the animation just fine, as seen here:
I also have an idle animation I’ve made, which also does not run.
I changed the idle and run/walk animation Ids in the Animate script to my own custom animation Ids for this rig. I also changed the Ids in the Animation Instances that are stored inside of the Animate script.
I’ve done this in the past and it was working for me, with traditional ROBLOX rigged-characters. I’ve tried to recreate the animations with and without the HRP rigged to the mesh, Rig the HRP to the Character Mesh with a Motor6D instead of just welding them together, I’ve even tried creating an entirely new character just to re-do the entire process. I’m definitely overlooking something here and I have no idea what it might be.
I can provide any relevant information that may be causing the issue