Having Some Trouble With My Game

I’m making a game and i’m having trouble making a feature that lets you shift between lanes

1 Like

Can you give a larger explanation of what you want? I can’t really test it since the car doesn’t spawn in on it’s own yet.

So there’s a car and I want it to be able to go from lane to lane with the arrow keys. And sorry about that, i cant figure out how to get the car to overlap the road and fence posts.

You can use layering to make it go over other stuff.
For your movement, make it start in the middle road and make the up arrow get a number (-64) and add y, then track the position and make it unable to move up if it’s on the top road. Do the same for the bottom.

Thanks! i appreciate it.