Movement

Hello, I’m new to unity developing, I want to make a movement script that is like GTA movement, because the one I have rn isn’t smooth at all it just cut it when i press for example D it instantly turn right and for every direction is like that, does anyone have a script where when I click D or any other key to rotate by a little and not for 90 degrees.

Are you talking about movement in the third person or first person? Because there’s a big difference in the methods for doing that properly, if you’re talking about the third person you should look at using MechAnim for smooth transitions.