Why does my animation keep doing this?

The animation does this wierd thing where the limbs go crazy for a split second

7 Likes

It might be the animation looping, thats my guess at least.

4 Likes

but on the actual animation it doesnt seem to have an error

5 Likes

Are you playing the animation in the script on repeat? Can we have the script? If you set it loop on the animation editor, it should be looped, even if you just play it.

1 Like

i just set it to the walking animation of the default animate script

1 Like

Make sure that the priority is set to movement

2 Likes

yeah the priority is set to movement

2 Likes

Its the animation weight i think

3 Likes

How should i fix the animation with that?

3 Likes

Hello @AstraHimself ,
You mentioned using roblox’s default animation script (client-side) that you can get by, copying it during a studio test run from your player (in workspace) and pasting it in StarterCharacterScripts after stopping the run.

You’ll know the script contains multiple values of the same property with animation tracks residing within them.
With that being said, have you tried setting your custom walk animation ID into both the walk and run animations?

often times they interfere with each other if not addressed accordingly.

1 Like

yeah the run and walk animations are both set to the same id

1 Like

Interesting.

From the video it doesn’t appear that the problem lies within the animation itself, but it’s good to ensure that the keyframes aren’t randomly spaced out.

Other potential causes:
• Scripts
Might have other scripts that are interrupting the animation during it’s initiation,
could perform (Ctrl+Shift+F) to open the “Find all” tab and search for scripts and inspecting their code to confirm any discrepancy.

• Network or performance lag
There’s a possibility something in your game is causing deprivation of optimization
but I highly doubt that, seeing as you’re in a baseplate

Or the case may be that your internet isn’t being friendly to you right now, or your internet in general is unsuitable

Also Roblox could be the root source for this, bugs and such always arise sporadically and it’s up to them to patch it.

• Clones
Double-check that you don’t have more than one of the same animation script

• Weight
Last but not least, try changing the weights about and see what works
maybe it’s too heavy or too light you must verify this.

1 Like