Roblox Studio Lesson 16

Roblox Studio Lesson 16

6th - 8th Grade

7 Qs

quiz-placeholder

Similar activities

Roblox Lua Scripting Quiz

Roblox Lua Scripting Quiz

1st - 12th Grade

8 Qs

python libraries

python libraries

4th - 6th Grade

10 Qs

Python

Python

7th - 8th Grade

10 Qs

DGT Vocab

DGT Vocab

7th - 8th Grade

10 Qs

Grafičko sučelje - Tkinter

Grafičko sučelje - Tkinter

7th - 9th Grade

10 Qs

SOAL SCRATCH -  TEMA 3

SOAL SCRATCH - TEMA 3

8th - 12th Grade

12 Qs

Scratch Animation

Scratch Animation

8th Grade

12 Qs

SCRATCH TMK TAHUN 6

SCRATCH TMK TAHUN 6

6th Grade

10 Qs

Roblox Studio Lesson 16

Roblox Studio Lesson 16

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Future Teacher

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Output window help you do in Roblox Studio?

Play background music

Check the leaderboard

View errors and messages from scripts

Create terrain

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using print() inside a script is helpful for tracking values during debugging.

True

False

3.

MATCH QUESTION

1 min • 1 pt

Match each tool or method to its purpose in debugging.

Displays errors and print messages

Output Window

Finding elements

Explorer

Shows what’s happening in your code

Play

Simulate game as a player

print()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If your sound in Roblox Studio is not playing, make sure its ....

soundid is properly configured

sound is muted in the settings
sound file is too large
sound is playing in a different game

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why might your GUI not show during gameplay?

You added it to Workspace instead of StarterGui

Your script doesn’t have print statements

Your game isn’t published

The part is too small

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The game should only be tested in Studio’s Edit Mode.

True

False

7.

CLASSIFICATION QUESTION

3 mins • 2 pts

Organize these options into the right categories

Groups:

(a) Server-Side

,

(b) Client-Side

Explorer

LocalScript

ServerScript

print()

Output window