Animations wont change

i made a post exactly like this a few days ago, but im having the problem again, the old solution wont work anymore

Im copyingthe animation script from the player character, then im chaging the code and putting it in starter character scripts
i look in the character after restarting the game, the correct IDs are there, but the character still uses the old animations
There is no trace of the old animations anywhere so idk how its playing them

1 Like

Hi there,

Are you sure you republished the new animations to Roblox?

no sanitized ID error, plus if they failed to load it wouldnt just play another animation thats not found anywehre in any scripts…
what would happen if it was sanitized is my avatar wouldnt animate at all

Make sure that if your game is posted by a group. The animations should be from the group.
Similarly, if the game is posted by an account, the animations should be from the account.

I had the same problem a long time ago

If you’re convinced that this option didn’t work, I’ll try to help with other options.
Since I can’t see what’s going on in your studio, I’ll just suggest some solutions:

  1. Try creating an attribute in the Workspace bool, named RbxLegacyAnimationBlending, and enable it.

  2. If you are using the Animate script from roblox, with the default character loading. Then you need to change the idi not only in the script, but also inside the script, as in the screenshot below.

  3. Try all the same as described above, but in an empty baseplate (if it works, then something in your game interferes with your animation).

image

1 Like

Just tried, now my character wont animate at all. i reuploaded my animations to my group, and replaced everything but now the character wont move at all

So it’s other scripts, something is preventing your character from animating.

i fixed it, turned out the script was disabled lol

1 Like

That’s great!
Good luck making games

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.