The Values tab allows you to interact with variables using the SetTo codeblock. You can also interact with Player Variables, and get all types of value inputs to use in your scripts.
You can print messages to your Build Menu’s script panel using Debug Print. We also have the ability to convert non string values into strings. This is useful for both debug printing and displaying text.
Important
Please note that a numerical value, also needs to be converted to a string, to be displayed as text.