# FreeCamera — cinematic camera control
Creating this mod, I was inspired by Jmilthedude's work on FreeLook. I recommend checking out his creation - it's worth it!
FreeCam is a client-side mod that adds non-standard camera controls to Minecraft. No server installation required, everything works locally. Setup is simple:
In the controls menu, assign the "Anchor" key to activate free camera mode. There you can also configure buttons for rolling right, left and rotation reset.
## How free camera works
After activating the mode, controls change:
- W/S keys move the camera forward/backward (as usual)
- A/D keys turn the player left/right
- Mouse movements do not affect character rotation - you can look around freely
- Scroll wheel zooms the camera closer/further from the character, automatically switching perspective modes when getting too close
## Roll effects
Roll keys rotate the camera around the player in a barrel-like trajectory. The reset function returns the camera to its original position.
Enjoy new filming possibilities! Report any issues in the issue tracking system.