I have a code here to make a bullet shoot but for some reason as a turn the bullet shoots in the direction i came from, here is the code
var bullet : Rigidbody; //Your bullet prefab. Should have a RigidBody
var speed : float = 10.0f;
var muzzlePoint : Transform; //Your SpawnPoint
var GunShot : AudioClip;