Roblox Lua // Functions & Properties 1.0

Roblox Lua // Functions & Properties 1.0

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Python Boolean and If

Python Boolean and If

9th - 12th Grade

10 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python

Python

7th - 9th Grade

12 Qs

XI Assessemnt 2

XI Assessemnt 2

11th Grade - University

10 Qs

Quiz 142 - Python inputs and outputs

Quiz 142 - Python inputs and outputs

9th Grade - University

15 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Python End of Topic Quiz

Python End of Topic Quiz

8th Grade - University

15 Qs

Roblox Lua // Functions & Properties 1.0

Roblox Lua // Functions & Properties 1.0

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

GobStoppers 14

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What should be added after line 5 in order to make the variable NewNumber equal to the result variable within the AddNumbers() function.

|return Result|

Nothing needs to be added

|MyNumber = Result|

|NewNumber = Result|

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What would the transparency of MyPart be after this script has finished running?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is wrong about the StringChange() function?

The StringChange function is able to set the variable to other data types other than strings.

There is nothing wrong with the function

The function will result in an error if the String argument is not a string.

StringChange() will cause an error as it is not a function.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does putting return inside of a function do?

Placing return followed by a variable will result in an error.

Returning will block the variable from being used by the function.

When you call a function you can set it as a variable. Whatever is returned by the function is what the new variable is equal to.

Returning a variable within a function will return the variable to what value it was equal to originally.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the parent of "Part"

ServerStorage

StarterGui

startergui

serverstorage

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is the Size of this part?

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is the parent of Part's parent?

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?