res://Player/Player2.gd:36 - Parse Error: Unindent does not match any outer indentation level.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By valas
input_vector.x = Input.get_action_strength("ui_right") - Input.get_action_strength("ui_left")

and say Parse Error: Unindent does not match any outer indentation level.

:bust_in_silhouette: Reply From: kidscancode

That error means the spacing of this line does not match with any of the lines above it. Check the indentation and make it match the previous line.