I don't have Instantiate?

alt textHey guys, I’m trying to make my character shoot bullets/lasers, and I’m watching tutorials on Youtube, however I don’t seem to have the Instantiate script that allows the prefabs to duplicate. Any ideas? Thanks![alt text][2]

Instantiate is not a script, it’s a static method of the GameObject class, and it’s available to every object in Unity: Unity - Scripting API: Object.Instantiate