Font size
WorksheetsRoblox L35 Tycoon Game
Total questions: 10
Worksheet time: 8mins
What is the main objective of a Tycoon Game?
To race against other players
To collect coins and reach the finish line
To earn money and upgrade a business or machine until you become rich
To defeat enemies in battle
What function in Roblox Studio allows the conveyor belt to move?
AssemblyLinearVelocity
SurfaceVelocity
PartPhysicsController
ConveyorSpeed
Why do we group parts like the belt and walls into a model?
To make the game lag less
To allow easier movement and organization
To make the parts disappear when the game starts
To change all parts into a single color
Which property do we change in AssemblyLinearVelocity to make the belt move?
Y-axis
X-axis or Z-axis
Rotation property
Transparency
A Tycoon game is similar to a Clicker Game because both require players to earn money and upgrade.
True
False
"ClickDetector" is added to a button so it can detect when a player clicks on it.
True
False
The Spawn Machine should not be grouped as a model since it will interfere with game scripts.
True
False
8. Match the following parts with their correct function in the Tycoon game.
Detects when a player clicks to spawn an item
Clicker
Moves items along to simulate money production
Conveyor Belt
Helps keep objects inside the conveyor
Walls
The location where items spawn
SpawnPoint
To create new objects in Roblox Studio using a script, we use the command " (a) .new". (hint: Start with letter "I" end with "e")
The main function of the Spawner is to generate new " (a) " on the conveyor belt when the player clicks the button.
