can you help me with error

Godot Version

4.3.1

Question

I’m getting the (0,0) unexpected identifier in class body while trying to follow a brackeys game and I don’t know how to fix it, any help would be very appreciated

You may need to paste your code. It sounds like you have improper indentation. Make sure your statement is part of a function body with tab to indent

Sounds like you are trying to write a code that isn’t a part of any function. But it would be better to see your code first.