How can i add new animations to players

I mean that how can i change the current animations of the players?
I have made animation but ı really dont know how to instert it.
And also where ı will put the script?
in toolbox ı mean,

2 Likes

Are you trying to change the starting/default animations in your game, like walk/run/jump/etc.?

1 Like

Yes ı am trying to change them , but also others too , jump,swim…

1 Like

Gotcha. Check this out, it should go into detail with a couple different methods to help ya out, change default animations. If you don’t find what you’re looking for here let me know and I’ll try to explain it further.

2 Likes

@CeMhystic Did it end up not working?

2 Likes

Yes its not working, can you tell me another one

1 Like

This is a very simple fix. All you have to do is play the game while in studio and copy the “Animation” script (local script) inside your roblox character in workspace. Then exit the game and paste it into startercharacterscripts. You should be able to see some values inside the script and all you gotta do is change the animation ID’s inside the values! Simple as that and works for me.

1 Like

am i have to make my game animation to the standart from player choice in game settings?

1 Like

Yes if you want players to only use the animations you set.

1 Like

Do i have to change string values of animations to the ID of my animation?

1 Like

No all you have to do is change the animation id inside the values. There should be a animation parented to the value.

1 Like