I found address that, as I think, is camera FOV value. After looking in memory viewer, I found a group of values that looked like camera coords:

But no matter what I do, I couldn't change those values. In this game there's a few camera modes, and when I switched to "follow" mode, I found 3 new floats nearby that were matching those first values that I couldn't modify:

From my understanding, those values are for camera focus point, and I can change them and move the camera. But I still want to find universal camera cords and modify them, so camera hack will be available everywhere. So, my question is, why I can change those original values? Maybe these are not cords after all and it's not the camera cords addresses that I'm looking for?