How to make my guy move

Godot Version

4.4

Question

I just need a simple script that’s moves my character body 3d in the direction it’s facing

Godot 4.4 comes with basic movement script templates for a CharacterBody3D, does that work for you?

thats for inputs so no

If you only want it to move in the direction it’s facing, couldn’t you adapt the code to only use the input (0, 1)?

Hi! What do you mean? Do you mean you want your character to move one direction? like Subway Surfers where it’s only moving forward and nothing else? Or do you want a character that moves in the direction it’s facing? For example a boss, the boss runs and keeps running until it hits a wall, then it turns then run again. Is it one of those two? Or none of the above? I don’t clearly get what you want.

Thanks for reading!