Quiz for:
Introduction to Roblox Scripting

Question 1

How do you reference the parent of the current script?

Question 2

How do you insert a script into a part?

Question 3

What is the correct way to create a new part using a script?

Question 4

When creating a script, what is the first action to be taken?

Question 5

What is the required file type needed to begin scripting in Roblox Studio?

Question 6

Which of the following is NOT a valid use of variables in Roblox scripting?

Question 7

Which method is used to remove pre-written text in a new script?

Question 8

What is the purpose of the line `local part = script.Parent`?

Question 9

What does `local` keyword do in Lua scripting?

Question 10

Which color coding denotes a local variable in Roblox Studio's script editor?

Question 11

Which property would you use to change the scale of a part?

Question 12

What is the first step for getting started with Roblox Studio?

Question 13

What name should you give to a part that has been scaled and made pink?

Question 14

If you want to store the text 'Hello, Roblox!' in a variable, which of the following lines is correct?

Question 15

How can you change the color of a part in Roblox Studio?