Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am new to Godot and GDScript i have lots of experience with JavaScript and HTML and need help with getting the camera to follow the player and turn when the player does.
I would suggest not using GDScript for that, but instead just make the camera a child node of the object it should follow.