How would I connect two UI node with a curved line

Hello, I’m working on a plugin that uses node system. But it seems like I can’t connect the nodes with curved lines. I don’t really know if it’s possible to curve a 2D Object in RobloxStudio.

I’ve tried few steps but still I couldn’t figure out how to do that.

Here’s what I want to achieve:

Here’s what I got:

I would be really glad if someone can find a formula for this.
Thanks for reading!

2 Likes

I think you would go about this using bezier curves. Here is a wikipedia post with some formulas and more detailed information: Bézier curve - Wikipedia

1 Like

I’ve done this on 3D area, however I don’t have any idea on how to implement this in to UIs.

1 Like

Possibly create frames at small intervals and connect them? To simulate a curved line? I don’t know.

Okay, I’ll look forward in to it.