I made a Mario Kart-like game a while ago, and I am thinking of making a ranking system. My current idea is to have a bunch of zones connected to counters, however this would either be very resource-heavy or mean your placement might not update immediately, which would also affect items, or both. Would there be a more efficient way to do this?
Edit: The tracks are too bendy for me to be able to use the coordinates device efficiently (I think).
Edit 2: Yep, this method is too resource heavy. I can’t use it due to the property limit.
zones every 2 tiles, instead of every tile maybe? cut down on precision, but it’s gonna be difficult getting help here lol, you might wanna try the discord too (if you have it)
That’s actually a very good idea, considering I could use a channel for the zone exit as well. I think my tracks might be short enough that this would be very efficient.
You should probably have all of the items placed down stored in a text property. Use this and the new player coordinate device to see if somebody goes over a banana or something.