It would certainly slow down the game doing it by physics so instead you'll have to simulate it by moving the first node to the position last occupied by the player plus some vertical descent to account for gravity, then the following nodes to the positions last occupied by the previous node and adding a little 'gravity' at each iteration.