Lua Buzzwords 2

12345678910
Across
  1. 3. An object that generates visual effects like smoke, fire, or sparkles in Roblox.
  2. 6. A reusable block of code that performs a specific task when called.
  3. 7. Provides an alternative set of instructions when an 'if' condition is false.
  4. 8. An image or texture applied to a surface in Roblox to customize its appearance.
  5. 9. A named storage location for a value that can change during script execution.
  6. 10. A technique used to prevent a function from executing too frequently in a short time.
Down
  1. 1. The main container that holds all objects in a Roblox game environment.
  2. 2. A method used to merge multiple parts into a single solid object in Roblox Studio.
  3. 4. A conditional statement that checks whether a condition is true before executing code.
  4. 5. A property that controls how visible an object is, ranging from 0 (solid) to 1 (invisible).