Push objects incrementally along a loop spline

hello! Got push mechanic working and connected it to the spline

However at this moment the “cart” object is moving along the entire spline, unless i divide spline length by my preferred travel distance. But after that the object comes back to the starting point of the spline.
How Can I make sure the character can push object along the spine in increments? The same way you could push a cart along a rail track?

1 Like

You need to set the start and end points before using the timeline

spl

3 Likes

thanks so much! this worked

1 Like