Meta accounts are here: you can create a Meta account to log into VR devices. Learn more

VALUES

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.
Codeblocks PDF



PREREQUISITE READING

OPERATORS precedes this tutorial


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.

Next Up