A game about forced loneliness, made by TACStudios
1# Connect nodes in a Script Graph
2
3Connections control the flow of logic and data in a Script Graph's nodes.
4
5To connect nodes in a Script Graph:
6
71. With a Script Graph [open in the Graph window](vs-open-graph-edit.md), either find an existing node where you want to make a connection, or [add a new node to your Script Graph](vs-add-node-to-graph.md).
8
91. Do one of the following:
10 - [Connect to a new node](#connect-to-a-new-node).
11 - [Connect to an existing node](#connect-to-an-existing-node).
12
13### Connect to a new node
14
151. Select a port and point to a blank area in your graph to start the connection.
16
171. Select again to open the fuzzy finder.
18
191. Select an entry to automatically add that node at the end of your connection.
20
21### Connect to an existing node
22
231. Select a port and point to an existing port on another node.
24
251. Select the port to make the connection.
26
27
28
29## Delete a connection
30
31To delete a connection between two nodes:
32
331. With a Script Graph open in the Graph window, right-click the port at either end of a connection.
34
35Visual Scripting deletes the connection.
36
37## Next steps
38
39After you've connected nodes together, you can continue to [add nodes to your Script Graph](vs-add-node-to-graph.md). You can also [create and add variables](vs-add-variable-graph.md), [create node groups](vs-groups.md), or [add a Subgraph](vs-nesting-add-subgraph.md).
40
41You can also add a [Sticky Note](vs-sticky-notes.md) to add comments to a graph.