Font size
WorksheetsRoblox L38 Purchasing Button
Total questions: 10
Worksheet time: 9mins
What is the main purpose of the "BoolValue" named "Activated" in the dropper model?
To store how much cash the player has
To decide whether the dropper can spawn cash
To change the dropper's size
To track how many times the dropper has spawned cash
Why do we use a for-loop when setting dropper transparency?
To apply the transparency setting to all parts of the dropper
To make only the spawn location disappear
To count how many parts are in the dropper
To delete the dropper after a certain amount of time
What happens when a player steps on the purchase button?
The game resets
The dropper's parts become visible and can collide again
The player gets bonus cash
The button is removed from the game
Why is the wait(1) function kept outside the activation condition in the AutoSpawn script?
To prevent the script from running too fast
To make the dropper spawn cash faster
To prevent the button from breaking
To make the dropper fully transparent
Match the term with its correct description:
Runs the function when the player touches the button
Touched:Connect(stepon)
Hides the dropper before it is purchased
Transparency = 1
A Boolean value that determines if the dropper can spawn cash
Activated
Setting CanCollide = false makes the dropper non-solid before it is purchased.
True
False
The money from dropper will not drop until the (a) value is set to true.
The function (a) runs when a player steps on the button, unlocking the dropper.
This code is located inside the Dropper, and it will make the dropper invisible. Choose the correct answer.
This following code is used to unlocked the dropper and make it visible again. Choose the correct answer.
