Trying to make it so that the player isn't able to jump in the air, current idea is to see when the player is touching the ground, and allowing the player to jump when doing that. How exactly do I do this? (Collision is currently working, just need the code to be able to tell WHEN it's happening)