i need help with : Object reference not set to an instance of an object

Use code tags Using code tags properly

and copy the error and post it.

Helps to have the script that has the error (in this case, whatever script contains line 74).

Otherwise, the error explains it. Something on that line isn’t set to an instance of an object. Basically, no value. Most likely it’s your GetComponent call isn’t finding anything.