I tried making a custom walk animation and it did not work.
game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId = "rbxassetid://4846781823"
That is the script I did.
I am a beginner scripter so help will be wanted :)
The animation works when I put it manually but won't work when I do it using a script.
Please help and thx :)
Use free models
Here's a simple guide
1. Play the game and open your character. 2. Copy "Animate" and stop the game. 3. Paste in to the game. 4. Put it in StarterPlayer and then StarterCharacterScripts. 5. Change the part of the script listed below and only a certain part of it.
walk = { { id = "http://www.roblox.com/asset/?id=YOURWALKID", weight = 10 } },
or if that doesn't work change the run part.
run = { { id = "http://www.roblox.com/asset/?id=YOURWALKID", weight = 10 } },
6. Now open up the scripts arrow to show all of the values, 7. Open run or walk and change the animations ID that's located inside of the arrow on run or walk.
I have a question, does your character play the animation when moving if not then the problem might be your animation plays too fast to fix this you now every time you move the arm you move the frame a bit to the left and so well tey making 2 frame spaces.