You want to instantiate “prefab_bullet”, the type should presumably be GameObject, and just use Instantiate without assigning the result to a variable, unless you’re going to refer to it later. Plus the “prefab_bullet” variable should be public. Also you can just write “Quaternion.identity” since you’ve already imported UnityEngine. If you’re not using Start for anything, you can just take it out.