Roblox Quizz

Roblox Quizz

KG - Professional Development

5 Qs

quiz-placeholder

Similar activities

PROGRAMACION CODE.ORG

PROGRAMACION CODE.ORG

3rd Grade

10 Qs

VexCode Vr - Pen Tool Quiz

VexCode Vr - Pen Tool Quiz

1st - 5th Grade

10 Qs

Google Fundamentals Quiz

Google Fundamentals Quiz

Professional Development

10 Qs

Pictoblox 4

Pictoblox 4

3rd - 6th Grade

10 Qs

Pictoblox Saturday 1

Pictoblox Saturday 1

1st - 10th Grade

10 Qs

Media and Information Literacy Test I

Media and Information Literacy Test I

12th Grade

10 Qs

Pengenalan Koding dan Kecerdasan Artifisial

Pengenalan Koding dan Kecerdasan Artifisial

4th - 6th Grade

10 Qs

What do you Know about Roblox Building?

What do you Know about Roblox Building?

Professional Development

9 Qs

Roblox Quizz

Roblox Quizz

Assessment

Quiz

Instructional Technology

KG - Professional Development

Hard

Created by

michael dewa yudhistira

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to make a block change its Transparency with a script, where should you put it? // Kalau mau mengganti transparansi sebuah part dengan script, dimana letak script tersebut?

ServerScriptService

Inside a part

Workspace

Lighting

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property cannot be changed by a script? // Property apa yang tidak bisa digantikan oleh script?

Transparency

Color

Anchored

Visibility

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can change a part's material with a script // Material sebuah part bisa digantikan menggunakan script

True // Benar

False // Salah

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which script is to give a timed break between lines? // Baris apa yang digunakan untuk memberi jeda antara baris di script?

hold()

wait()

stop()

break()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

game.Workspace.Block.Transparency = 0.5


What does this do? // Apa fungsi script ini?

Rename a part into 'Block' // Mengubah nama part menjadi 'Block'

Make the block invisible // Membuat block kasat mata

Make the block semi-transparant // membuat block semi transparan

Make the block solid // Membuat blocknya padat