Robuta

https://docs.godotengine.org/en/stable/getting_started/first_3d_game/03.player_movement_code.html Moving the player with code — Godot Engine (stable) documentation in English It's time to code! We're going to use the input actions we created in the last part to move the character. Right-click the Player node and select Attach Script... moving the player with code