How do i change animations

i just got an animator, but i cant change the default animations.
I tried copying the animate script and pasting it into the starter player scripts but when i try to move around my character does not animate at all anymore
The script does not give any errors so idk whats wrong

1 Like

If your trying to animate the player’s character it should go to starter character, not starter player.

lmk if you still have issues

1 Like

sorry, i meant to say it is in character not player my mistake

1 Like

thats alright, can you send me the code for the script so I can see if theres just some bug causing it?

1 Like

Thats what i changed

1 Like

Did you name the script “Animate” as well?

1 Like

I did some digging, and a possible fix would to leave the run and walk animation to its default values.

If you forgot the default values here they are:

walk = 	{ 	
				{ id = "http://www.roblox.com/asset/?id=180426354", weight = 10 } 
			}, 
	run = 	{
				{ id = "run.xml", weight = 10 } 
			},

then change the run and walk values by under the animate script, if you click the drop down tab you will see more values.

run → runAnim → AnimationID = http://www.roblox.com/asset/?id=17737263836
walk-> walkAnim → AnimationID = http://www.roblox.com/asset/?id=17737258895

lmk if that helps

1 Like

i was using a R15 animation script… im assuming i should have been using an R6 one

1 Like

ok well nvm that was not the issue, cus now my animations just dont change at all they stay the default

1 Like

yes you should be using a R6 animate script, and thats… weird do you have any errors in console now?

no erros nothing at all in the console

was able to fix it by changing both the script and the actual anims and setting the default anims is game settings to default

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.