Help to code line of bullet like gunbound !

Hi i’m new in unity , i want to code line of the bullet like gunbound game but don’t know what code i can use ? i’m using rigidbody.AddForce rigidbody.AddForce(-transform.right * 100); But it’s seem not right , please help me :smiley:

you mean a trail of bullet fly? you can use trail shader for this or create a trail with particle system.