I'm new to GDScript, and I want to know if there is any way to move the player locally instead of globally.
Now, this might be not the thing that I want to do,
Let me explain what I want to achieve;
I can turn my player right or left (you can imagine this as a vehicle) and when I move forward the player moves forward. Now the issue is it does not move in the direction that it's looking towards!
How can I do that?