wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Roblox L38 Purchasing Button

Total questions: 10

Worksheet time: 9mins

Name
Class
Date
1.

What is the main purpose of the "BoolValue" named "Activated" in the dropper model?

a)

To store how much cash the player has

b)

To decide whether the dropper can spawn cash

c)

To change the dropper's size

d)

To track how many times the dropper has spawned cash

2.

Why do we use a for-loop when setting dropper transparency?

a)

To apply the transparency setting to all parts of the dropper

b)

To make only the spawn location disappear

c)

To count how many parts are in the dropper

d)

To delete the dropper after a certain amount of time

3.

What happens when a player steps on the purchase button?

a)

The game resets

b)

The dropper's parts become visible and can collide again

c)

The player gets bonus cash

d)

The button is removed from the game

4.

Why is the wait(1) function kept outside the activation condition in the AutoSpawn script?

a)

To prevent the script from running too fast

b)

To make the dropper spawn cash faster

c)

To prevent the button from breaking

d)

To make the dropper fully transparent

5.

Match the term with its correct description:

a)

Runs the function when the player touches the button

1.

Touched:Connect(stepon)

b)

Hides the dropper before it is purchased

2.

Transparency = 1

c)

A Boolean value that determines if the dropper can spawn cash

3.

Activated

6.

Setting CanCollide = false makes the dropper non-solid before it is purchased.

a)

True

b)

False

7.

The money from dropper will not drop until the ​ (a)   value is set to true.

Choose from the below words
Deactivated
Spawner
Activated
CashValue
8.

The function (a)   runs when a player steps on the button, unlocking the dropper.

9.

This code is located inside the Dropper, and it will make the dropper invisible. Choose the correct answer.

10.

This following code is used to unlocked the dropper and make it visible again. Choose the correct answer.