I am a beginner for Unity and I am keeping on learning JavaScript
As a Tutorial Project
I started making a racing game which shoots the bullet from the car
My project is halfway successful
I can move my car
I can Shoot
I can blend Animations
through some command or functions
but still I cant Destroy the enemy with the bullet
@Arshad
One thing that might also be the problem is the Fixed Timestep.
Make sure its small enough (Edit → Project Setting → Time , change it to 0.01).
Also make sure the bullet speed is not too big.