How to make a Trail Effect when you shoot something

Hello! I was wondering is there anyway to make this
image
into a trail like when you shoot a fireball rock trail follows behind it?

you can use robloxs built in trails

image

example of one:

image

you can also customize them

You can do this, just make a loop to create rocks on both the right and left sides and use raycast to check the ground, every 1 second or less creates 2 rocks on the right and left side of the fireball position and uses raycast to get their final position and color/material.