Part 2 - https://scratch.mit.edu/projects/386868880/ I've had a few requests and questions about the collision in my newest 3d engine - (https://scratch.mit.edu/projects/381157413/), so here it is. If you use this method make sure to give credit and leave a link to this so other people can do this too! Instructions: -Space to move forward a slide -B to go back a slide -Wasd and arrow keys when trying the engine to move and look around -Q to jump -There are helpful comments inside if you are having trouble Common bugs that I had: -Did you get the operators for the collision blocks right? -Did you make sure to make the first hitbox value is the lower value eg. between -50 and 50 you want -50. -Did you use testxpos and testzpos for the x collision but only testypos for y collision. -Did you remember to set testxpos, ypos and zpos to camera xpos, ypos and zpos for testing, and use the collision blocks -Did you remember to use hitbox x lists for collision x and hitbox y lists for collision y what are you doing down here :v tags: #tutorial #3d #collision #tutorials