FPS Tutorial error

game we started listing the vulnerability to fix it?

NullReferenceException: Object reference not set to an instance of an object
FPSPlayer.UpdateGUI ()   (at Assets\WeaponScripts\FPSPlayer.js:110)
FPSPlayer.LateUpdate ()   (at Assets\WeaponScripts\FPSPlayer.js:73)

You may need to assign something to a variable in the inspector. cause as of now its null. The error gives you a direct string to the name of the variable. That may be what you got going on there.

corrected, thanks.