Trail Renderer

How would I be able to make my trail head towards a specific point without moving my game object? It’s a 2D game if that makes any difference.

You have to move an object, but it doesn’t have to be a visible object. Attach the TrailRenderer to an empty game object and then move the empty game object however you need to make the trail renderer do what you want.