In HypeHype, there are couple ways to read values from nodes and objects.
The easiest way to read values is to simply connect the node input to another node output using a reader link.
You can create reader links by connecting Input to Output. Another way to create a reader link is to select the input field and selecting Output from the list.
In this example, the Text node is reading the value from the Number node, which increases every second. Note that the Number node doesn't need to execute the Text node for this to work.
If you want to read specific details you can use the Value Inspector node. It allows you to read details from an object, like Position, Rotation, Speed, or Velocity. The Value Inspector can also read values from nodes.
In this example, the Value Inspector is used to read the player's position. This position is then sent to the Vector Math Operator, which adds 2 to the Y vector. The result of the addition is then sent to the Mover targeting the cube so it follows the player.
readingvalues_valueinspector.mp4
For more information, see our documentation.