Right now, I’m trying to make a new combat game that includes different forms of martial arts.
As of right now, I can’t seem to get the walking animation to play.
The game is owned by me and the animation as well.
*When I copy and paste the Animate script into StarterCharacterScripts along with replacing the ID in both the script and animation. * I proceed to get an error?
Error: Failed to load animation with sanitized ID rbxassetid://128033125680510: AnimationClip loaded is not valid.
I’m not sure why this is happening, I’m fairly new to all this despite how long I’ve been on ROBLOX.
Hard to tell since you didn’t add any info regarding your setup but this can happen for no reason sometimes. Try making sure the animation and keyframes are working correctly then reupload again.
Also, you shouldn’t have to change the AnimId in the script, just change the id for the run animation parented to the Animate script. Make sure you exported the anim as a ‘Movement’ animation in the first place as well.
I’m using the moon animator 2, and I’ve set the anim as “Movement”. I’ve also re-uploaded the animation a total of 3 times. Furthermore, I made sure all the key frames were working smoothly and correctly.