Hello,
I have a problem with rotating the camera around my player. I wanna do this by pressing the arrow keys but i don’t know which function i should use for it, i like to research things but i cant find it.
Nick.
I also wanna know how to get the scrollwheel input, i need this for zooming in and out with the camera
Take the standard orbit script and replace “Mouse X”/“Mouse y” (mouse input directions) with “Horizontal”/“Vertical” (keyboard input directions - either wsad or up/down/left/right).
Thanks man!
I’ve changed that a little bit so the player can walk with wasd and change cam directions with the arrow keys. There’s one thing left and that is the scrollwheel for the zoom in/out.
Axis for the scrollwheel is “Mouse ScrollWheel”.