Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I am trying to make a custom walk animation but my script won't work. Help?

Asked by 4 years ago

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 :)

0
The code is a single line of code but it did not go into a code block ;-; Doublere12 0 — 4y

3 answers

Log in to vote
0
Answered by 4 years ago

Use free models

0
This is the answer iv'e been looking for; for AGES greatneil80 2647 — 4y
0
Wow totally not going to get a virus Doublere12 0 — 4y
Ad
Log in to vote
0
Answered by
Lakodex 711 Moderation Voter
4 years ago

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.

Log in to vote
0
Answered by
vChuys 0
4 years ago

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.

Answer this question