• Godot Help
  • Line 4:Expected indented block for property after ":".

Hi! I've been trying my best to code a text animation triggered by the player entering a certain area, but I keep getting the "Line 4:Expected indented block for property after ":". " error. I've scoured the internet, and everyone says that these are usually due to an indentation issue, but I can't find that issue with mine. Anyone have any ideas what the issue might be? (I'm a newbie, so any insight would be extremely helpful!)
Thank you!

Remove the colon : at the end of line 2.

As a general rule, when the cause of a syntax error is not obvious, look at the preceding line(s).