How to make mesh move along the path forward and backwards

I got the solution by mysfel, i just multiply a float by 0.0001 every tick and if i want to reverse, just multiply by -0.0001.

But now i want to set a start point hehe.