How can I rotate Player with WASD?

Hi, I would like to know how to rotate a player with WASD that has 0 walkspeed, but autorotate is enabled, for example please look at gif: https://gyazo.com/b15651a16ffcde83b0d79b3f1119d5ca

When i press WASD it isn’t spinning me around, but i move left to right

Since you don’t have walkspeed, I don’t know any way to accomplish this using the basic character movement. However, you can implement this behavior by using manipulating the CFrame | Roblox Creator Documentation of the character. You can use PVInstance | Roblox Creator Documentation to rotate the character and ContextActionService | Roblox Creator Documentation to detect use input for rotating them.

You could also try using Humanoid | Roblox Creator Documentation, but I honestly don’t know how it would turn out.

1 Like