How to make bullet tray using line trace

Instead of linetracing use a projectile (you can set speed and many other variables). For more advanced system like checking if a surface can be penetrated or not you can use linetrace (whenever projectile hits/collides with something) to determine depth and physics material of that surface.

Or there is a great plugin on the marketplace that I personally use (not affiliated) called Easy Ballistics Plugin

Hey guys, i need a help, im doing a FPS game, i actually made a Line-trace gun sistem, but i dont like that instant hit, not just this, i dont like to make a invisible bullet when i shoot, i want that bullet trace line like all the other FPS, how can i do this?