Podcast
Questions and Answers
Roblox Studio is used to create and manipulate parts.
Roblox Studio is used to create and manipulate parts.
True
A script is written in a language called Java.
A script is written in a language called Java.
False
A variable in Luau is created using the term 'global'.
A variable in Luau is created using the term 'global'.
False
In Luau, names for variables are typically written in uppercase.
In Luau, names for variables are typically written in uppercase.
Signup and view all the answers
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.
Signup and view all the answers
In Luau, the = sign is used to add values of two variables.
In Luau, the = sign is used to add values of two variables.
Signup and view all the answers
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.
Signup and view all the answers
The CanCollide property determines if other parts can collide with a part.
The CanCollide property determines if other parts can collide with a part.
Signup and view all the answers
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.
Signup and view all the answers
The disappear function makes the platform visible.
The disappear function makes the platform visible.
Signup and view all the answers
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.
Signup and view all the answers
A while loop runs the code inside it only once.
A while loop runs the code inside it only once.
Signup and view all the answers