$79
for 4 classes含まれるもの
4 ライブミーティング
3 授業時間この文章は自動翻訳されています
このクラスで学べること
This class is NOT for Beginners. Only enroll if you meet the prerequisites. Feel welcome to send me a message before enrolling if you are unsure if you meet the prerequisites. Thank you! Hi everyone! Welcome to Roblox Studio - Code and Animation (Level 2) Required Experience: Experience using a computer Experience using Roblox Studio. This means you have experience making your OWN roblox games. Experience typing/keyboard (students type their own code) Experience creating animations in the animation editor. This class requires 6 months or more of Roblox Lua CODING experience. This class is NOT for Beginners. This includes but is not limited to understanding variables, functions, properties and datatypes. Experience writing code without tutorials. Reminder: This class is NOT for Beginners. Dance animations, Fight/Action animations. Story game animations. Simulator animations. Animation exists in every type of Roblox game. In this course, you'll learn about code that can be used with animations. This class REQUIRES roblox lua coding experience. 6 months or more of coding experience is required. This class has a specific objective of using code with animations. NO OTHER TOPICS are covered in this class. Prerequisites: This class does not teach students how to use Roblox Studio or how to code. This class assumes students already know how to use roblox studio and already know computer programming fundamentals such as variables and functions. The purpose of this class is to build on existing coding knowledge and apply it to animation. Reminder: This class is NOT for Beginners. I will be demonstrating the steps on my screen. Students are encouraged to follow and try the steps on their own. Students are responsible for typing all of their own code. Code will not copied and pasted. This course does not cover monetization, marketing, and advertisement of animations. Week 1: Create animations with the animation editor. I encourage students to make multiple yet simple animations with few keyframes. Students will learn about code that runs an animation when specific objects are hit in the game. Optional Assignment outside of class: Students are encouraged to make multiple animations as practice outside of class. The more students practice, the better the animations will be. --------------------------------- Week 2: Create animations with the animation editor. I encourage students to make multiple yet simple animations with few keyframes. Students will learn about code that runs when an animation when a ClickDetector or ProximityPrompt object is fired. This class is NOT for Beginners. Optional Assignment outside of class: Students are encouraged to make multiple animations as practice outside of class. The more students practice, the better the animations will be. ------------------------------------------ Week 3: Create animations with the animation editor. I encourage students to make multiple yet simple animations with few keyframes. Students will learn about code that runs on the client side based on the user's input. Optional Assignment outside of class: Students are encouraged to make multiple animations as practice outside of class. The more students practice, the better the animations will be. ------------------------------------------------------------ Week 4: Create animations with the animation editor. I encourage students to make multiple yet simple animations with few keyframes. Students will learn about code that runs on both the client AND server side based on the user's input. Optional Assignment outside of class: Students are encouraged to make multiple animations as practice outside of class. The more students practice, the better the animations will be. --------------------------------------------------------------------------- This course is intended for students with Roblox Studio experience AND coding experience. This class is NOT for beginners. This class assumes students understand fundamental computer programming concepts such as variables and functions. This course does not cover sales/monetization of animations. This course focuses only on animation of R6 and R15 humanoids. Reminder: This class is NOT for Beginners.
その他の情報
保護者へのお知らせ
Parental Guidance is advised for students under 13 when accessing the internet and when downloading and installing programs such as Roblox Studio. Roblox Studio is a free program that should only be downloaded from the official Roblox site. www.roblox.com/create. Roblox Studio requires a Roblox account.
It is strongly encouraged that parents add their own email address to the Roblox Account in case the student gets locked out of their Roblox account. If a student gets locked out of their Roblox Account, that means they will be locked out of Roblox Studio too.
Roblox Studio requires an internet connection (Roblox Studio cannot be used offline/without internet).
Roblox Studio requires that a student be in good standing with Roblox. Students that are suspended/banned from Roblox will also be suspended/banned from Roblox Studio too. Any kind of account issues must be directed to Roblox support.
Roblox Studio's toolbox contains premade items that can added into the game environment. This includes items that may not be appropriate to some, such as weapons and zombies. The toolbox also contains items that may be unsafe for your computer. This can cause real world safety concerns. A toolbox "safety" video is provided upon enrollment and is part of the prerequisites for this class. By enrolling in this course, you acknowledge it's extremely important to watch the toolbox safety video to prevent safety/security risks for your child and/or computer.
外部リソース
このクラスでは、Outschool内のクラスルームに加えて、以下を使用します。
先生について
教師の専門知識と資格
Hi!
My name is Miss Jennifer. I enjoy teaching coding and video game design. It is a joy to be able to teach what I love to do.
My coding classes are both fun and educational, focusing on fundamental programming skills that have real-world applications. Even if your interest in Roblox or game design fades, the knowledge you gain will remain valuable and useful in any field you pursue.
I am also an event organizer, and I have run a few virtual gaming tournaments here on Outschool. If you have any ideas for other tournaments I should create in the future, let me know.
Roblox is not just something I teach. I LOVE Roblox! When I am not teaching, I am on Roblox just like you. I play ERLC, Pls Donate, Dandy's World, Bladeball, Berry Ave., Strongest Battlegrounds, Dress to Impress, and Elemental Grounds. Recently, I started playing Fisch and Pressure.
I have taught over 3,500 students here on Outschool how to code and create their own games. I hope to see you in my classes soon!
---------------------------------------------------------------------------------
About my teaching style:
Thorough and Patient
--I focus on building strong foundational skills in programming, ensuring students understand concepts deeply rather than rushing through material.
--I encourage students to take their time, explore, and ask questions, allowing them to learn at their own pace in a structured yet flexible environment.
--Hands-on examples and interactive lessons keep students engaged and active in the learning process.
---------------------------------------------
Encouraging Discovery and Independence
--My teaching approach prioritizes creativity and problem-solving over rote memorization or copying and pasting code.
--I guide students to build their own projects, reinforcing the idea that learning comes from doing, not just following steps.
--Students are responsible for typing their own code and troubleshooting their own errors, developing real problem-solving skills.
-----------------------------------------------
Real-World Skills Beyond Roblox
--While many students start with an interest in Roblox and Lua, I ensure they gain transferable programming skills applicable to other languages and platforms.
--My lessons introduce broader programming concepts that apply to software development, game design, and real-world coding challenges.
--I prepare students for a future beyond Roblox by teaching coding principles that will remain valuable as their interests evolve.
----------------------------------------------
About me:
I was born and raised in Westchester County, New York. I now live in Nevada (Pacific Standard Time Zone). I have always enjoyed technology. When I was a kid, I would take electronics apart and often would break them in the process, which my parents were not too happy about haha. "The machine is for homework ONLY!" Apparently the family computer could not run without a CPU. Who knew? HAHA.
As a kid, I would read my aunt's medical books and write what I found in C programming.
#include <stdio.h>
int main() {
char funnyBoneDefinition[] = "The ulnar nerve runs near the surface of the elbow, and when hit, it can cause a tingling sensation in the forearm and fingers, often referred to as hitting the 'funny bone.'";
// Print the definition using the variable
printf("Funny Bone: %s\n", funnyBoneDefinition);
return 0;
}
My primary coding languages are Lua/Roblox Luau, C, python, java, and C#. I have over 8+ years of K-12 tutoring experience. I look forward to working with you soon!
レビュー
他のクラス by Miss Jennifer - Roblox Scripting
他のクラス by Miss Jennifer - Roblox Scripting
その他の人気クラス
1対1のRoblox 3DゲームデザインとLuaプログラミング
Create N Learn: Game-Based Learning & Future Skill
4.8
(61)
$30 セッションごと
1対1レッスン
オンデマンド
7 歳-12 歳
2~5年生向けRobloxコーディング:ゲームデザインとLuaスクリプト(上級)
Create N Learn: Game-Based Learning & Future Skill
4.8
(61)
$15 クラスごと
次のセッションは明日の 4 PM です
グループクラス
8 週間、 1/週、 55 分
7 歳-12 歳
Roblox を使ったゲーム デザイン (1 対 1 の個別指導セッション)
Shawn D Walk (Create2Discover)
4.9
(1,345)
$65 セッションごと
1対1レッスン
オンデマンド
9 歳-13 歳
Lua を使用した Roblox ゲーム デザイン (レベル 1)
AI Code Academy
4.7
(1,797)
$22 クラスごと
次回のセッションは Sat 5/31 の3 PM です
グループクラス
10 週間、 1/週、 1 時間
8 歳-13 歳
Lua を使用した Roblox ゲーム デザイン (レベル 2)
AI Code Academy
4.7
(1,797)
$23 クラスごと
グループクラス
10 週間、 1/週、 1 時間
10 歳-15 歳
サマーキャンプ: Lua を使った Roblox ゲーム デザイン (レベル 2)
AI Code Academy
4.7
(1,797)
$22 クラスごと
次回のセッションは Mon 6/16 の3 PM です
グループクラス
2 週間、 5/週、 1.25 時間
10 歳-15 歳
サマーキャンプ: Lua を使った Roblox ゲーム デザイン (レベル 1)
AI Code Academy
4.7
(1,797)
$22 クラスごと
次回のセッションは Mon 6/16 の3 PM です
グループクラス
2 週間、 5/週、 1 時間
9 歳-14 歳
ゲーマーからプログラマーへ:ゲーム開発者を目指す人のためのRoblox Luaスクリプト
PopSkool: English, Music, Art, Math, Coding & More
5.0
(28)
$15 クラスごと
次のセッションは明日の 10 PM です
グループクラス
8 週間、 1/週、 55 分
10 歳-14 歳
Roblox ゲーム デザイン: カー レース ゲームを構築し、Lua スクリプトを学ぶ
Create N Learn: Game-Based Learning & Future Skill
4.8
(61)
$15 クラスごと
次のセッションは明日の 3 PM です
グループクラス
8 週間、 1/週、 55 分
8 歳-12 歳
Roblox Studio Obby ブートキャンプ: Lua を使って自分だけのゲームを作ってプレイしよう
Coco Coders
4.8
(974)
$35 クラスごと
次回のセッションは Tue 5/27 の6 PM です
グループクラス
1 週間、 1/週、 1.50 時間
9 歳-14 歳
ゲームコーディング: Roblox Studio
Milisan School - Extracurricular Gamified Learning
5.0
(60)
$20 クラスごと
次回のセッションは Wednesday の12 AM です
グループクラス
1/週、 55 分
8 歳-13 歳
Roblox を使ったコーディング: 3 つのコースを 1 つにまとめました (無料のライブ クラス)
Ryan The Coding Teacher
5.0
(29)
$19 月あたり
チャットグループ
無制限アクセス
10 歳-12 歳
Roblox: コーディングとスクリプト
Fleming Tech Camps
4.9
(26)
$60 クラスごと
次回のセッションは Mon 6/9 の5 PM です
グループクラス
1 週間、 5/週、 2.92 時間
10 歳-14 歳
Robloxサマーキャンプでゲームデザイン、コーディング、クリエーションを学ぶ
PopSkool: English, Music, Art, Math, Coding & More
5.0
(28)
$20 クラスごと
次のセッションは明日の 9 PM です
グループクラス
1 週間、 4/週、 55 分
10 歳-14 歳
Roblox Studio コーディング: 1 対 1 の個別指導
Milisan School - Extracurricular Gamified Learning
5.0
(60)
$60 セッションごと
1対1レッスン
オンデマンド
8 歳-14 歳
Roblox: コーディングとスクリプト: 4 日間のサマー キャンプ
Fleming Tech Camps
4.9
(26)
$60 クラスごと
次回のセッションは Tue 5/27 の5 PM です
グループクラス
1 週間、 4/週、 2.92 時間
10 歳-15 歳