1) Which property makes an object invisible in Roblox scripting? a) CanCollide b) Velocity c) Transparency d) Anchored 2) How can you set an object’s color to lime green in Roblox? a) script.Parent.Transparency = 1 b) script.Parent.BrickColor.new("Lime green") c) script.Parent.BrickColor = BrickColor.new("Lime green") d) script.Parent.Velocity = Vector3.new(10, 0, 0) 3) What does wait(1) do in a script? a) Pauses the script for 1 second b) Changes the position of an object c) Stops the script permanently d) Sets the object’s size 4) What property ensures an object cannot move when interacting with other objects? a) Anchored b) Transparency c) CanCollide d) Position 5) How do you make an object move upwards by 10 units in Roblox scripting? a) script.Parent.Position = Vector3.new(0, 10, 0) b) script.Parent.Transparency = 0 c) script.Parent.BrickColor = BrickColor.new("Lime green") d) script.Parent.Velocity = Vector3.new(10, 0, 0) 6) What is the correct syntax to define a local function in Roblox scripting? a) function myFunction() b) local function myFunction() c) function:local myFunction() d) local myFunction() 7) What does CanCollide = false do to an object in Roblox? a) Makes the object invisible b) Allows other objects to pass through it c) Anchors the object in place d) Stops the object from moving 8) What is the purpose of the following code? a) Changes the color of the part b) Kills a character that touches the part c) Makes the part disappear d) Increases the size of the part 9) Which of these correctly adds 10 units to the X position of an object? a) script.Parent.Position = script.Parent.Position + Vector3.new(10, 0, 0) b) script.Parent.Position = Vector3.new(10, 0, 0) c) script.Parent.Transparency = 10 d) script.Parent.BrickColor = BrickColor.new("Red") 10) In Roblox, what does Touched refer to? a) An event triggered when a part is clicked b) A property of a part that makes it visible c) An event triggered when a part is touched by another object d) A function that changes the size of a part

von

Bestenliste

Visueller Stil

Einstellungen

Vorlage ändern

Soll die automatisch gespeicherte Aktivität wiederhergestellt werden?