Custom starter character animation is not working

  1. What do you want to achieve? Keep it simple and clear!
    A working animation for my starter character

  2. What is the issue? Include screenshots / videos if possible!
    The animation is not working, I use the Roblox animate local script for it (the script where you just test the game, copy the script from inside the character model and inserted it to my character)
    I made my own animation for it and it still didn’t work. or it is saying is “Infinite yield possible on 'Workspace.Fizzavocadoo:WaitForChild(“Torso”)” and I also rig my custom character as same as to the R15 rig. It all have the same parts, just different shape

I already found some posts with the same issue but still didn’t help me. Thanks in advance


My temporary walking anim. When I tried it in game, it doesn’t work. The character just don’t have the animation at all.

2 Likes

did you put the animation script in StarterCharacterScripts?

1 Like

Well infinite yield possible on 'Workspace.Fizzavocadoo:WaitForChild(“Torso”)” there isn’t any object called “Torso”.

R15 has “UpperTorso” and “LowerTorso” so if it’s got the same parts as an R15 character then Torso definitely doesn’t exist.

Run the game, find the character in the explorer and see if you can spot a part named “Torso”. If not then you just need to change the “WaitForChild(“Torso”)” to something else that does exist. Hope this helps :slight_smile:

1 Like

The Custom Animation Script needs to be in startercharacterscripts for the animation to work.
and if the custom animation script is for r6 and your custom character is r15 then make your custom animation script to r15. So it will probably work.

1 Like