I am trying to set the player’s idle animation to the ninja idle animation by default.
What I have done is copy the Animate script from my character ingame and paste it into StarterCharacterScripts.
I then proceeded to change the AnimationId in the script and the id of script.idle.Animation1 .
I have deleted Animation2 as it is just the animation for the character to occasionally look around—which I do not want. (Keeping this didn’t affect the issue anyways.) The weight value is set to 10.
The problem is, the animation doesn’t play at all; I have no errors.
I have looked around the forums and google but can’t find any issues like this… does anyone have any ideas?
No, you don’t have to own the animation. I believe Roblox won’t be looking through at this point if you use it in your game. Bundles are preferences for players. Try the animation ID I gave you above.
Thanks, it worked!
May I ask how you would retrieve the actual animation ids from the bundle? I want to add some other animations from the catalog too.