Roblox Quizz

Roblox Quizz

KG - Professional Development

5 Qs

quiz-placeholder

Similar activities

Computer Components

Computer Components

7th - 11th Grade

10 Qs

11 Construction Bricklaying

11 Construction Bricklaying

11th Grade

10 Qs

Cyber Security Quiz

Cyber Security Quiz

University

10 Qs

Intro to Node.js

Intro to Node.js

Professional Development

10 Qs

AI & Pedagogy Test

AI & Pedagogy Test

Professional Development

10 Qs

IT General Control

IT General Control

Professional Development

10 Qs

Quiz on Digital Learning Routines

Quiz on Digital Learning Routines

7th Grade

10 Qs

Internet Theory -Drop quiz 1-Grade 6

Internet Theory -Drop quiz 1-Grade 6

6th Grade

10 Qs

Roblox Quizz

Roblox Quizz

Assessment

Quiz

Instructional Technology

KG - Professional Development

Hard

Created by

michael dewa yudhistira

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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