I'm making a basic platformer with all the normal abilities, and I'm looking to add looking up and down to move the camera to see over an edge or way above in a tree.
Develop games in your browser. Powerful, performant & highly capable.
You can set the camera position something like that:
"W" is down -> camera set position lerp(self.Y, character.Y-500, 0.1)