Line2d/procedural animations

Godot Version

4.22

Question

Hey as in title does anyone has any idea how could i tackle 2d vines following and grabbing the player (cliche i know but rain world style). I’ve been trying to find some info on procedural animation in godot but everything I could find is outdated and I would really love to get away with using gdscript and not have to learn c# rn :smiley: Maybe there’s a better way than using the line2D node? All ideas and tips are welcome, thank you :slight_smile:

Line2D has worked pretty well for me, I used this tutorial to get started, https://www.youtube.com/watch?v=qYwYgEGMdLA . Its for Godot 3, but with a little tinkering it works just fine. Downloading the code for this tutorial makes it much easier to understand.