Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

1st - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Tipuri de date

Tipuri de date

10th Grade

10 Qs

LÀM QUEN VỚI TỆP - TIN 4

LÀM QUEN VỚI TỆP - TIN 4

4th Grade

13 Qs

ICT Grade 8

ICT Grade 8

8th Grade

10 Qs

OCR GCSE CS - 2.1 ERL sorts and searches

OCR GCSE CS - 2.1 ERL sorts and searches

10th - 11th Grade

9 Qs

Sumatif Harian 3

Sumatif Harian 3

7th Grade

12 Qs

Threats to Data

Threats to Data

9th - 12th Grade

11 Qs

HEALTH AND SAFETY 9

HEALTH AND SAFETY 9

7th - 9th Grade

11 Qs

MS Word 2

MS Word 2

1st Grade

11 Qs

Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

Assessment

Quiz

Computers

1st - 12th Grade

Practice Problem

Easy

Created by

Jerry Xiao

Used 368+ 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