How to change FOV of the player with Tween?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By 99week

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)
:bust_in_silhouette: Reply From: Ev1lbl0w

You have to start the tween:

tween.start()