Hi,
I am working on a racing game, and was wondering how to implent replayable ghost data. My current idea is to add x and y values to a json file every tick/second value, and to set the ghost to go to the next point? (I don't know if this is possible/how this would be done.