Roblox Quizz

Roblox Quizz

KG - Professional Development

5 Qs

quiz-placeholder

Similar activities

Parcial 4to Sistemas IB - 2021

Parcial 4to Sistemas IB - 2021

12th Grade - University

10 Qs

Sec. 9: Processes and Process Data

Sec. 9: Processes and Process Data

University

10 Qs

TypeScript & The TypeScript Migration

TypeScript & The TypeScript Migration

5th Grade

6 Qs

Yellow Belt Level 4

Yellow Belt Level 4

9th - 12th Grade

10 Qs

computer science code.org

computer science code.org

2nd - 3rd Grade

10 Qs

Prueba Junior

Prueba Junior

Professional Development

9 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