Answers to the Script Quiz Quest! | Royale High 2021 New Years
Scripter Quiz: What is the scripting language does Roblox developers use to create games?
A. HTML
B. LUA
C. C++
D. Python
Answer: The correct answer is LUA
Scripter Quiz: What is the value of “C”?
A. 7
B. 512
C. 17
D. 60
Answer: The correct answer is 17
Scripter Quiz: What is the value of “Z”?
A. None of the above
B. 60
C. 2
D. 0
Answer: The correct answer is 2
Scripter Quiz: What are loops used for in Lua?
A. None of the above
B. They are used to destroy a piece of code
C. They create circle objects in your game
D. They are used to execute a piece of code repeatedly
Answer: The correct answer is they are used to destroy a piece of code
Scripter Quiz: What is the value of “x”?
A. None of the above
B. 5
C. 7
D. 9
Answer: The correct answer is 9
Scripter Quiz: What does this script do?
A. Creates a new part and assigns it to the workspace
B. None of the above
C. Deletes a part from the workspace
D. Creates a new empty workspace
Answer: The correct answer is Creates a new part and assigns it to the workspace
Scripter Quiz: What does script.parent mean?
A. It refers to the child of a Roblox Lua script
B. None of the above
C. It is not valid Lua
D. It refers to the parent of a Roblox Lua script
Answer: The correct answer is It refers to the parent of a Roblox Lua script
Scripter Quiz: What is a property in Lua?
A. It is something used to describe an object, such as color, size, and more
B. It is not a valid concept in Lua
C. It is a fast way to create a house
D. It refers to the child of a Roblox Lua script
Answer: The correct answer is It is something used to describe an object, such as color, size, and more
Scripter Quiz: Which of the following are NOT valid objects of ROBLOX Lua?
A. Base Part
B. Light Trail
C. Screengui
D. Beam
Answer: The correct answer is Light Trail
Scripter Quiz: What does GUI stand for?
A. Game User Interface
B. None of the above
C. Graphical User Interface
D. Game Under Inspection
Answer: The correct answer is Graphical User Interface