FIRST PERSON POV CODING TROUBLE

I’m was going along with a tutorial made by Bramwell on how to make and do first person movement. I do everything and for some reason there is an error in line 17. Can anyone help out?

= is assignment

== is equality test

1 Like

You typed a single = which is an assignment symbol in GDScript, whereas you should’ve typed double == which is a comparison symbol.