Im making an animation to be played as the default idle animation when the player is holding a sword, however the changed default idle animation i have set, only starts playing when the player starts moving.
Questions:
- How could i change the default idle animation and in the same time play the new animation?
The Script i made to make the animation id’s changes:
Had similar issue in a game I’m developing. Here’s how I fixed it according to another post. Change the player’s State, change the animations, I added “wait(0)” after, then change the players state back to what ever it was. Should fix it.
I had this issue a few days ago, and it changed the animation but for some reason at the server side the player arms would be lowered. You can check my Topic and see the solution that another programmer had helped me.
My current problem isn’t with the final result of the animation, its a problem that happens when you change the default idle animation, it just dont starts playing when changed and i cant play it manually, take a look at the videos i have sent.
well, i’ve seen it, however i was already thinking about playing all animations mannualy, but changing the default animations would be a lot easier for The Game Scalability, and i’ve already tried the change HumanoidState method