I wasn’t totally sure where to put this, so I’ll just do it here.
I have a dagger slash animation for my Skinned Mesh character. This will just replace an older dagger slash animation for the same model that was quite janky.
After publishing the animation and replacing the animation id, the animation has decided to not play at all.
I tested this with the model, and ran the game:
The idle animation works 100% perfectly, but the dagger slash animation (supposed to play every 3 seconds) doesn’t play at all. This isn’t a problem with animation priority either as the dagger slash animation has a higher priority.
I also published the animation under my name, and the game is also under my name.
I’ve tried loading the previous animation and changing nothing but the keyframes, but it still didn’t work.
I also tried republishing the previous animation, and it DID work (with the original animation).
I’m completely lost on what could be causing this. Any help is appreciated!
Probably cause you put while task.wait(3) do which would mean while It’s waiting it will play, that is confusing. Try putting this instead for the loop:
From personal experience the cause for this problem always was that the animation was made with a different rig (Anim was R6 but character R15) so maybe something changed between character now and character it was made with?
This isn’t a problem with animation priority as the dagger slash animation has a higher priority. I tried without the idle animation too in case it was a glitch, but that didn’t work either.
I don’t think so. I made the script inside the model immediately after making the animation. The only difference would be an extra bone which is for the dagger, but i also tried without the dagger part of the animation and the result was the same.