Podcast
Questions and Answers
Roblox Studio is used to create and manipulate parts.
Roblox Studio is used to create and manipulate parts.
True (A)
A script is written in a language called Java.
A script is written in a language called Java.
False (B)
A variable in Luau is created using the term 'global'.
A variable in Luau is created using the term 'global'.
False (B)
In Luau, names for variables are typically written in uppercase.
In Luau, names for variables are typically written in uppercase.
A script under a Part will run when the part is loaded into the game.
A script under a Part will run when the part is loaded into the game.
In Luau, the = sign is used to add values of two variables.
In Luau, the = sign is used to add values of two variables.
The Transparency property of a part can be set to 2 to make it fully transparent.
The Transparency property of a part can be set to 2 to make it fully transparent.
The CanCollide property determines if other parts can collide with a part.
The CanCollide property determines if other parts can collide with a part.
A function is a block of code that can only be used once.
A function is a block of code that can only be used once.
The disappear function makes the platform visible.
The disappear function makes the platform visible.
The task.wait() function is used to wait a few seconds between the platform disappearing and reappearing.
The task.wait() function is used to wait a few seconds between the platform disappearing and reappearing.
A while loop runs the code inside it only once.
A while loop runs the code inside it only once.