Roblox Studio Lesson 16

Roblox Studio Lesson 16

6th - 8th Grade

7 Qs

quiz-placeholder

Similar activities

Scratch - part 1

Scratch - part 1

6th Grade

10 Qs

Limbaj de programare

Limbaj de programare

7th - 8th Grade

12 Qs

Python - Printing, Variables and Syntax

Python - Printing, Variables and Syntax

8th Grade

10 Qs

Java Script

Java Script

5th - 7th Grade

8 Qs

Homework 1- Python Basics

Homework 1- Python Basics

8th Grade

10 Qs

User Input in Python

User Input in Python

6th - 10th Grade

11 Qs

Lesson 1: Basic Scratch Pre

Lesson 1: Basic Scratch Pre

6th - 8th Grade

10 Qs

Impressió amb la MiniUp 2

Impressió amb la MiniUp 2

8th Grade

6 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.

Simulate game as a player

Explorer

Finding elements

Output Window

Shows what’s happening in your code

print()

Displays errors and print messages

Play

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

print()

Output window

LocalScript

Explorer

ServerScript