Im not sure what is causing the errors

Godot Version

4.7.1

Question

I have gone round and round this is my first day with godot and I am unsure why it keeps saying the unexpected indent in class body I remove the issue and more issues appear if anyone can help and explain it would be much appreciated

Same as your other two questions. You need to take care to properly indent the code. If you’re re-typing this from a tutorial, make sure you type the same number of tabs at the start of each line as shown in the tutorial code.

You’re also missing a colon at the end of line 18. Every character matters in code. Pay close attention.