Godot Version 4.5
Help i dont know what I typed wrong because or need to input in my script also my character does not move when I was able to run game `
Question
`Please can anyone suggest help or even a workable script
Help i dont know what I typed wrong because or need to input in my script also my character does not move when I was able to run game `
`Please can anyone suggest help or even a workable script
Line 36 you have some extra spaces.
The error means your white space indentation doesnt match for the function block. Gdscript, like python, is strict on its white space indentation. Also you cant mix tabs and spaces.