Roblox University - Roblox Racing 4 - Answers Guide
У вашего броузера проблема в совместимости с HTML5
Roblox University Quizzes Answers Guide Playlist: https://www.youtube.com/playlist?list=PLuSJQRivthptAGIQ56KGqtIhn1B2Gkdh7
Questions and Answers:
1) Q - Which of the following will define a function for a touch event that knows about the other part?
A - function handleEvent(otherPart)
2) Q - What is the term inside the parenthesis in a function called?
A - Parameter
3) Q - Which of the following will get a child of a model?
A - MyModel:FindFirstChild("Child Name") **PUT NO SPACE BETWEEN THE CHILD AND THE NAME! I did this because it kept changing to ("ChildName""). **
4) Q - Which should not be in an if statement to check if otherPart is part of a player character?
A - otherPart.Name == "PlayerPart"
5) Q - How do you create a Part using a script?
A - Instance.new("Part")
6) Q - Which of the following declares a while loop that will cycle forever?
A - while true do
7) Q - What is important to include in a loop that runs forever?
A - a wait
8) Q - Which of the following is a correct way to make a comment in ROBLOX scripting?
A- -- This is a comment!
9) Q - What part will automatically teleport a player to it when they join a game?
A - SpawnLocation
10) Q - Which is the correct way to assign a player's character to a variable?
A - local character = player.Character
11) Q - What will the code "part.CFrame = targetPart.CFrame" do?
A - The part will teleport to targetPart
12) Q - Which of the following will get the current number of players in a game?
A - local numberOfPlayers = game.Players.NumPlayers
Game Link: http://www.roblox.com/ROBLOX-University-place?id=176201574
Game Info: Welcome to ROBLOX U! View our lesson series at www.ROBLOX.com/events/ROBLOXU. Once you have finished the lessons enter this game, find a classroom and sit down to test your knowledge! Prizes will be awarded to those who successfully complete all four tests for each course.
Design contribution by Lept and Voile.
~{EmperorNightBlaze}~