Roblox L30 Conditional Scripting

Roblox L30 Conditional Scripting

1st - 5th Grade

8 Qs

quiz-placeholder

Similar activities

Google Slides

Google Slides

3rd - 5th Grade

10 Qs

MS Power Point

MS Power Point

4th Grade

10 Qs

Robotics and AI Quiz

Robotics and AI Quiz

4th Grade

10 Qs

Class 6 -Scratch

Class 6 -Scratch

4th - 7th Grade

10 Qs

Presentation Terms

Presentation Terms

5th - 7th Grade

8 Qs

Roblox L26 Basic Animation

Roblox L26 Basic Animation

1st - 5th Grade

13 Qs

Scratch Pen Quiz

Scratch Pen Quiz

KG - University

10 Qs

Scratch - Workspace

Scratch - Workspace

3rd - 5th Grade

10 Qs

Roblox L30 Conditional Scripting

Roblox L30 Conditional Scripting

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Future Teacher

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the “Load Character Lite” plugin?

To save animations to Roblox

To load your game faster

To import other players' avatars into your game

To debug scripts

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For conditional scripting, the animation must have the “Loop” setting ON for it to play continuously in the game.

True

False

3.

MATCH QUESTION

1 min • 3 pts

Match each item to its purpose:

Triggers interaction events

ProximityPrompt

Code that runs on a player’s device

ReplicatedStorage

Stores animations for sharing

LocalScript

4.

LABELLING QUESTION

1 min • 2 pts

Label the parts of the animation scripting process below:

c
d
Instance.new
shockAnimation
AnimationID
rbxassetid

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should you paste the script to change the default run animation?

Workspace

StarterPlayer

ReplicatedFirst

ServerScriptService

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The _______________ object inside Humanoid is used to play animations.

AnimationClip
Animator
AnimatorController
Controller

7.

MATCH QUESTION

1 min • 3 pts

Match the following parts of a script with what they are used for:

Loads animation into a character

LoadAnimation(animation)

Finds the humanoid after loading

WaitForChild("Humanoid")

Prevents game bug by delaying script run

wait()

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the “AnimationId” property represent in a Roblox animation?

The creator of the animation

The type of animation

The unique identifier for the animation

The duration of the animation