I want to get the current FOV of the Camera then add to that an exact number. And I want all this done with Tween but I have no idea how to do it. My code so far:
If I press Y:
tween.interpolate_property($Camera, "fov", $Camera.fov, +30, Tween.TRANS_LINEAR, Tween.EASE_IN_OUT)