Advice for a racing game

So I have been struggling with this for a while and I’m not sure how to go about it.

To put it simply, I have four players sharing a camera. I was wondering what would be the best way to identify a player that is too far behind in the race and is going off screen, who would then be destroyed, and so on for the remaining players until one remains, then they will re spawn and go at it again. Very similar to how micro machines was. ( an example of what I am trying to achieve Multiplayer Challenge S2E04: Micro Machines V3 - YouTube)

Thanks for your time…

It should be possible with a “get distance to” node. You could make a branch which checks if the distance is higher than a certain value and then execute your desired actions.

Sorry for the late reply…

Ah, thanks I’ll give it a go and see how it goes.