Can anyone help me with this?

Line 34 doesn’t have a reference to any object. It’s therefore NULL. Of course, we don’t know what line 34 is because you didn’t use code-tags or say which it was but you can find that line yourself.

If what you’re actually saying is that you don’t know what a reference is then you can find lots of C# docs about reference types vs value types online. It’s not a Unity thing.