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,
Are you trying to change the starting/default animations in your game, like walk/run/jump/etc.?
Yes ı am trying to change them , but also others too , jump,swim…
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.
Yes its not working, can you tell me another one
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.
am i have to make my game animation to the standart from player choice in game settings?
Yes if you want players to only use the animations you set.
Do i have to change string values of animations to the ID of my animation?
No all you have to do is change the animation id inside the values. There should be a animation parented to the value.