Rotate player movement

  1. What do you want to achieve? Keep it simple and clear!
    I want to make my player rotate in directions using W, A, S, D for 0 gravity controls.

  2. What is the issue? Include screenshots / videos if possible!
    I cannot rotate the player without encountering issues.
    The character is custom so I do everything in HumanoidRootPart.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried searching on dev forum, but nothing appeared to me. I also tried using vector3 and orientation.

2 Likes

Uh as in, custom movement?
Like re-making WASD for a custom character?

3 Likes

Yes
(30charactlimitwordsssssss)

1 Like

In this case look into UserInputService:

You can detect when they use WASD then do something about it.

Thats not the problem. Im having trouble with rotating the character, not detecting the keys.