PC Creator Challenge
Last Updated: August 26, 2020
Complete 3 challenge quizzes and earn 3 cosmetic items in Roblox
To start the quiz challenge and earn rewards go to the PC Creator Challenge page and click the green button to start the challenge.
You can find all of the questions, answers and rewards below on this page.
Challenge 1:
Answer 3 questions that are randomly selected from the questions below to complete this challenge.Question: The name of the script used for this challenge is:
Answer: GameManager
Question: All of the code for the project needs to be typed:
Answer: In between the two green dashed lines
Question: A variable is:
Answer: A placeholder for information
Question: What is a good example of a variable name?
Answer: adjective03
Question: Scripts:
Answer: Hold code
Lesson 1 Reward:
Challenge 2:
Answer 3 questions that are randomly selected from the questions below to complete this challenge.Question: Information stored in string type variables can have spaces between words.
Answer: True
Question: To test your code
Answer: Click Play
Question: String type variables are sandwiched between:
Answer: " "
Question: Code in one script can be run from a second script.
Answer: True
Question: Variables can hold more than one type of information.
Answer: True
Lesson 2 Reward:
Challenge 3:
Answer 3 questions that are randomly selected from the questions below to complete this challenge.Question: Combining things together is called:
Answer: Concatenation
Question: Variables can be combined with strings.
Answer: True
Question: More than two strings can't be combined together.
Answer: False
Question: To combine two strings together, what should be typed between them?
Answer: ..