FPS audio problem

I got this problem:

MissingComponentException: There is no ‘AudioSource’ attached to the “First Person Controller” game object, but a script is trying to access it.
You probably need to add a AudioSource to the game object “First Person Controller”. Or your script needs to check if the component is attached before using it.
FPSPlayer+$PlayStepSounds$147+$.MoveNext () (at Assets/Assets/WeaponScripts/FPSPlayer.js:81)

Does anyone know how to fix this?

so… select that gameobject and simply go to Component … then add audiosorce… it will fix it ! :wink: