Lua buzzwords

123456789
Across
  1. 4. A word in Lua with a predefined meaning, like if, then, or local.
  2. 5. A special property in Roblox Lua that refers to the object containing the script.
  3. 8. A property that determines whether a part is visible.
  4. 9. A Lua keyword used for defining a variable that can be accessed anywhere in the script.
Down
  1. 1. A general term in programming for an instance of a class or data structure.
  2. 2. A function in Lua that creates a color using three numbers for red, green, and blue.
  3. 3. A type of variable that exists only inside the block where it is declared.
  4. 6. A setting that determines if a part can be walked through or not.
  5. 7. A name that stores data, such as a number or string, and can be changed later.