Variables are used to store data that can have different types, they can be numbers, text or arrays.
How do they work
Neurox variables & types are similar to LuaU's, but some of them are currently not readable. Variables are stored in a LuaU table called system_variables.
Set a variable with the keyword SET, followed by an equal symbol and its value
You can also set a new variable with another's value
hello variable value will be the same as strValue, "hello world"
Forbidden variables names
Some variable names cannot be used because they are used by the system. They all have a specific usage. While being editable, their name can't be used for another variable.
You will instantly get an error if you try to create variables with forbidden names.