var bulletprefab:
function Update () { if(Input.GetButtonDown("Jump")); { var bullet = Instantiate(bulletprefab, GameObject.Find("characterspawnpoint").transform.position, Quaternion.identity);
}
} this is my script and I all ways get a loop of answers I want it to shoot a prefab but it isn't working