Car moving script?

So, I want to create a game where yuo on top of a car with an infinite road ahead which will regenrate, how would I do that.

Should I use tweens? And should the car “Model” move foward or the map backwards because eventualy the game will glitch if you go to far.

Could someone help me with this

1 Like

I would suggest moving the road backwards, just tween it backward for a while then destroy it after it finishes the tweening.

For the road generation detect when the tween finishes and create another road and position it at the back of the other one, and Infront of the car as well.

I do want players to like fly away or something when the fall off.

Please use the Search tool. There are many posts about it in the past with solutions.
Type in ‘infinite road’.

To make them fly away you can just put a Velocity in the ground Part that launches the player like a fast conveyor belt.