Help with dash animation

Godot Version

4.6.2.stable

Question

I have a dash set up for my player and I also have a dust trail animation that I want to add but keep seperate from the player. How would I go about adding that?

Spawn the dust trail as a seperate scene on the player position when the dash starts, and make it follow the player until the dash ends, or after X seconds, remove it.