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