physics or player moving scripts not working

Godot Version

Godot 4

Question

` OK so im VERY new to Godot,(and game dev in general) i just downloaded it and im following this tutorial and i followed ALL the steps but for some reason when i run the game nothing happens tothe player, they dont fall or the movement doesnt work theyre just idle in the middle of the screen. WHAT DO I DO???

the tutorial`

There are lots of ways things can go wrong. Share your player script code in a code block using three back ticks ``` and someone can better advise what the problem is.

```
#yourcode
```