How to change default animations for R15?
walk, jump etc
The moment you have the animations you want to use, if you hit play in Studio and go to StarterCharacterScripts you can copy the âAnimateâ from there - this way you get a fresh copy which hasnât gone through any processes.
You can then change all the respective IDâs to suit your needs which will be children on the Animate script. You can also change them internally through the script as well as edit behaviors.
- 1. Press play
- 2. Find your character in explorer and open it, then find animate script and copy it.
- 3. Stop the game.
- 4. Paste Animate script in StarterCharacterScripts.
- 5. Change animations in animate.
EDIT: Animation should be made by you, not someone or else you wonât be able
to use it.
hey, seems like itâs not working no clue why
changed it with my script.
walk = {
{ id = âhttp://www.roblox.com/asset/?id=5414446070â, weight = 10 }
},
But still doesnât works
you need to change it here as well(WalkAnim not value)
Nope, still the same result
30char
Yes as @Fel1x_FX said youâll need to change it in the child labelled âwalkâ as well. This is because it cycles through that list to update any animations with the new values - if you delete walk in that list it will have no effect on it. Change the animations which are then children of the one labelled âwalkâ.
Is animation yours?
30
yes, animation is mine obviously 3
are you sure you changed the id of WalkAnim not value?
Are you changing the animation and not the string itself. It is called âWalkAnimâ.
I changed the both
30charrrs ss
You did change that in properties, not changed their name, right?
I would stand by, it might not be an error on your behalf and instead an error with Roblox right now.
Everything is being slow and as such it might not be able to fetch the asset at this time as its new.