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

How do I make a backwards walking animation play on a character?

Asked by 5 years ago

I am making a custom character for my game. I don't really care what kind of animation script I'll be using (Made by myself or the standard ROBLOX character "Animate" script).

My problem is that I need to figure out which direction the player is walking in and load the animation onto a humanoid. I've tried using vectorToObjectSpace, Humanoid.MoveDirection() and other movement tracking code, but none of it has worked. Maybe I'm doing something wrong? Please help.

1 answer

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

to make a movement system you have to do humanoid.MoveDirection=Vector3.new(value,value,value)

Ad

Answer this question