How do you Tween a particular point in a Line2D?

Godot Version

4.3

Question

I’m trying to use a tween on a line2d, but I can’t figure out how to properly access and move a particular point. Is there a way to do this?

Line2D Godot

Get the index of the point you want to move and use tween method to set_point_position()

Can you show me a code example of this? I’ve been trying to make this work but I don’t understand what syntax I need here.