Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

1st - 12th Grade

8 Qs

quiz-placeholder

Similar activities

First step to Internet 5B1

First step to Internet 5B1

5th Grade

10 Qs

Gr3-Scratch - Revision

Gr3-Scratch - Revision

3rd - 5th Grade

11 Qs

KUIZ ICT ONLINE TAHUN 2

KUIZ ICT ONLINE TAHUN 2

2nd Grade

10 Qs

Grade 11 Term 4 Practice 2

Grade 11 Term 4 Practice 2

11th Grade

10 Qs

Micro:bit assessment 1

Micro:bit assessment 1

7th - 8th Grade

10 Qs

Logos - Digital Images

Logos - Digital Images

2nd - 10th Grade

10 Qs

Learning and playing via computer

Learning and playing via computer

2nd Grade

10 Qs

conditional constructs in Java

conditional constructs in Java

10th Grade

10 Qs

Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

Assessment

Quiz

Computers

1st - 12th Grade

Easy

Created by

Jerry Xiao

Used 364+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will this output?

print("Hello World")

Hello World

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Numbers, Strings, and Booleans are all Data types

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A boolean can store numbers as well as true / false

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A 'local' variable can only be accessed from within the script

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the 'print' command will display data to the output screen

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would this code do?

game.Workspace.PracticePart.BrickColor = BrickColor.new(0.9,0.8,0.1)

Changes the brick color of PracticePart

Outputs an error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While loops will loop through the commands inside until it meets a condition, that tells it to end the loop.

True

False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Making a script a child of a brick(Parent-Child) will allow the script to interact with the brick, similar to how a local script only interacts with the script.

True

False