Hey just played the Updated version of the game and loved it. I only have one "grievance" (if you can really call it that its more of a suggestion i guess idk) is that when a player respawns on the box with the "E" key the box could be facing the opposite way that it was before the crash. So then when you do get up and back on the box you'd go backwards before you realize it. As a game dev myself I have 2 ideas that I'd gladly share here with you. 1. You could create a graphic that can be placed on the box to denote the way the box is facing (Ex. putting something like a "this side up" sign on the back) 2. This one is a little more coding heavy but you could also try tweaking the code of your box movement to move the direction your facing (Ex. regardless of which end is facing forward the "W" and similar input commands will push the box forward with the camera view instead of it being object based. You can still do a reverse with this method). Other then that Its truly an awesome game with a little quirky charm to it. Hope this helps and may you have great success with this project. Cant wait to see how the game ends up .