How to automatically make a person move in the direction they are facing?

Hello! I need to make a person move for a sliding script I am using, how am I able to do this like FE2, where it moves in the direction the player is facing?

1 Like

I believe you’d need to use lookvector or just regular CFrame to get the direction and then you could use velocity or something along those lines but here’s a post about lookvector and the wiki

How would I able to do this in a script? I am confused.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.