I'm trying to make a car go around a path. I have two questions:
1. Is there a way I can make the car rotate automatically, to make it look like it's actually driving around the track?
2. Is there a way I can control the speed? (For example, connect the path speed to "carspeed" variable. When key space is down, make "carspeed" = "carspeed" + 1. When key b is down, make "carspeed" = "carspeed" - 1).
Is this doable?