Race Game Start and Finish-line,Racing game start/finishline

Hi, I’m in the process of making a racing game, where I’ve come to the point where I only need to make, a start and finish-line, to the map and it’s done.
Can anybody help?,Hi, I’m in the process of making a racing, game, and I’m at the point where I just need a finish line, for my first map, and it’s done.
So I was wondering, if anybody knew how to make a finish line, with 3 laps?

Hi,

You may use a box collider at your start/finish line with a script in it who will count each time the player pass through it. When the counter reach 3 you stop the race.

Tell if you need further explications on how to do it and what to write in the script :slight_smile:

See ya