Racing rank/position

Is it possible/ how would you detect the place of a racer in a racing game?

As of now, I don’t think you can really do it ALL the time, but you can have checkpoints that detect when a player crosses a certain area.

2 Likes

Is that a device?

1 Like

No, but zones that detect when you cross them

2 Likes

or triggers that trigger when you run over them

Or this: https://forum.creative.gimkit.com/t/how-to-make-a-tripwire/3694?u=apoll02

1 Like

I’m working on a map that detects the winner by deleting a zone as soon as someone goes in it.

You can represent all the positions in a race with a property set to a scope of player. Copy paste a zone that increases that property by one on entry all over the race track. To prevent people from running back and forth and still processing, have 0.9 be subtracted from their score when they exit the zone.

To figure which player is in first:
Place two properties with global scope, one named HighestScore, the other named HighestScoreName

Then, relay for all players to trigger a trigger. In the trigger have block code that checks if the property is greater than HighestScore. If so, set highestscore to the property, and set highestscore name to triggering players name.

4 Likes

Smart cookie.

Nice!

@Blackhole927 is just naturally good at these things
unlike some little person i know.

2 Likes

don’t say that about yourself

ok ok
@Blackhole927 you are really good at this stuff


better?

you didn’t delete the first one

i rewrote my post

see?

yes but i also want you to delete the first one

ok ok
so bossy :slight_smile:

Why did you like that post lol

1 Like

They liked this part:

1 Like

i know i am so good at compliments.

2 Likes