The horizontal position of an object
What is the x-value?
A function that will return the current x coordinate of the object.
What is the object.x function?
Represents the object that is currently selected?
What is "$this" ?
The currency used in Roblox
What is Robux?
The tool used to mine stone and ores in Minecraft
What is Scale Y?
A function that will move an object at the default or provided speed in the vertical direction. Its first parameter is the object to move and the optional second parameter is the speed at which to move the object.
What is the moveY function?
The process of finding and fixing errors in a program
What is debugging?
The maximum number of friends you can have in Roblox
What is 200?
The item needed to create all potions
What is a water bottle?
The value of a GDP object used to determine which objects appear on top of or behind other objects in the scene
What is the Z value of an object?
A function that will return true if the provided key is being pressed or false if it is not being pressed. It takes one parameter, a key from the GDP Keys object
What is the "isKeyPressed" function?
A shape, image, sprite, or text that can be manipulated in the GDP by using events
What is a game object?
The software used to design games in Roblox
What is Roblox Studio?
Mobs that walk during the night and burn in the daylight
What is skeleton/zombie?
The property that describes the direction that an object is facing.
What is the rotation property?
A function used to trigger an event or events after a specified amount of time has elapsed.
What is the createTimer function?
In computing, a conditional instruction which tells the computer what to do in one situation.
What is an if-statement?
The year that Roblox was released
What is 2006?
The year that Minecraft was fully released.
What is 2011?
The property that describes how "see-through" an object is where 1 is completely solid and 0 is completely invisible.
What is opacity?
A function to change the direction that an object
What is the flipDirection function?
Code that more sense in a written language like English but still represents concepts and code in a language like JavaScript.
What is pseudocode?
The original name of Roblox
What is Dyna Blocks?
The ore used to construct complex machines with.
What is redstone?