set a parent free transform

Hi everybody We have a shooting game with tanks online the only problem is that you dont see the bullits and if i parents them they follow the camera if you go to the left or right or something :(:(:(:(

PLEASE HELP

it just parent it by this script

GameObject.parent = transform;

You shouldn't parent your bullets to your tanks. You should Instantiate bullets in front of your tank, in direction of your tank's forward , and move it with some speed in forward direction.