We have a custom character that has been rigged (perfectly) and animated. Animations work perfectly in animation editor, no problem.
However, once we use the character as a StarterCharacter with those custom animations, it gets very finnicky. The animation for walk will work for 2 seconds and then the animation stops. The character still walks its just that the animation goes in & out. We have no idea whats causing this issue.
The default roblox animation script was used & we just changed the animation id’s. We didn’t put the startercharacter under StarterCharacterScripts , we have a Character Model that has the script inside, and then we REPLACE the model with the actual player character. Basically, we changed the entire character, with the scripts too.
This should be the correct category for this situation: #help-and-feedback:platform-usage-support - “This is a support category for asking questions about how to get something done on the Roblox websites or how to do something on Roblox applications such as Roblox Studio.”
Anyways, what probably happens is that the animation’s priority is the same as Roblox’s one, there’s different ways of changing this, but the easiest is by using Roblox’s script to change default animations, I’ll link it in a few minutes
I updated the category for this post. I’ll be trying out everyone’s recommendation tomorrow morning. Please if you have anything to add, even if you think it might not help, we are willing to try anything to fix this problem.
The animations in-game aren’t controlled by animation editor, neither StarterCharacter. Without you providing details of how exactly did you replace the default animation, and what script did you use, it is impossible to help you.
Greetings. I’m Rahbar, the scripter behind the system. We didn’t put it under StarterCharacterScripts, we have a Character Model that has the script inside, and then we REPLACE the model with the actual player character. Basically, we changed the entire character, with the scripts too.