Please use code tags: Using code tags properly
I don’t think you’re seeing the correct problem. For instance inside your Shoot() method, you wrote:
GameObject = Instantiate
which does not make sense. I think you left out a variable, probably the one called bullet
.