FPS Tutorial script

Hello
With the FPSTutorial completed there is a mono behaviour script on the player prefab which does sounds when you walk and get hurt etc. Unity wont let me open up the script so can anyone post it on here? I want to use it on my character :slight_smile:
Much appreciated :stuck_out_tongue:

:? How would anyone be able to answer your question? Maybe someone else might do better than me, but to me it seems to me that your problem isn’t related to scripting but to the Unity editor itself, right?

If you want to use the script on some other character, and Unity - for some reason - won’t let you open it up from another project you can either import the old script into your new project or just rewrite the script. The second option wouldn’t be too difficult because you could just simply cut-and-paste your script into another javascript file if you wanted to.