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

OPERATORS

Operators are extremely powerful. I encourage you to learn these leisurely, we will have another tutorial series to help you master these codeblocks. But seriously, take your time, and don’t feel like you need to know how to use all of them.
The first section is logic, this allows us to define parameters in our If and While Control codeblocks. And the most commonly used section is Basic Operations, this allows us to add, subtract, and manipulate values in our scripts.
Codeblocks PDF



PREREQUISITE READING

ACTIONS precedes this tutorial


Further down there are math operations, random numbers, lists, vectors, even object and player values. We will be visiting the operators tab quite frequently, so take a moment to look over the sections and see what’s available. You don’t need to understand everything, and we will talk about individual codeblocks as we use them.

Next Up