Node Sytem Help

ive been trying to firgure how to connect blocks kinda like a link or node, i want to connect to nodes /links together by drawing a line


if you know how i could possibly do this please tell me Thanks!

for this example i want the player to link the “On Start” Block with the “Print” Block

Frame instances got Size, Position and Rotation values. Everything you need.

Ok but how keep track of buttons getting pressed without putting scripts in all of them i want to make a main script that handles all button presses but im not sure how to, You have ideas how i can do that?

use for loop to get all the buttons and connect events to each script using a single script. I’d also recommend using functions to simplify the workflow.