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!
評論
Miss Jennifer - Roblox Scripting的其他課程
Miss Jennifer - Roblox Scripting的其他課程
其他家長也喜歡
一對一 Roblox 3D 遊戲設計與 Lua 編程
Create N Learn: Game-Based Learning & Future Skill
4.8
(64)
每堂課
一對一課程
依需求開班
7-12
2-5 年級 Roblox 編碼:遊戲設計和 Lua 腳本(高級)
Create N Learn: Game-Based Learning & Future Skill
4.8
(64)
每班
下一堂課今天 10 PM
團體課
8 週, 1/週, 55 分鐘
7-12
使用 Roblox 進行遊戲設計(一對一輔導課程)
Shawn D Walk (Create2Discover)
4.9
(1,345)
每堂課
一對一課程
依需求開班
9-13
使用 Lua 進行 Roblox 遊戲設計(等級 1)
AI Code Academy
4.7
(1,797)
每班
下次會議在 3 PM Sat 5/31
團體課
10 週, 1/週, 1 小時
8-13
使用 Lua 進行 Roblox 遊戲設計(2 級)
AI Code Academy
4.7
(1,797)
每班
下次會議在 3 PM Sat 5/31
團體課
10 週, 1/週, 1 小時
10-15
夏令營:使用Lua進行Roblox遊戲設計(一級)
AI Code Academy
4.7
(1,797)
每班
下次會議在 3 PM Mon 6/16
團體課
2 週, 5/週, 1 小時
9-14
夏令營:使用 Lua 進行 Roblox 遊戲設計(二級)
AI Code Academy
4.7
(1,797)
每班
下次會議在 3 PM Mon 6/16
團體課
2 週, 5/週, 1.25 小時
10-15
從遊戲玩家到程式設計師:為有抱負的遊戲開發者設計的 Roblox Lua 腳本
PopSkool: English, Music, Art, Math, Coding & More
5.0
(31)
每班
下一堂課明天 11 PM
團體課
8 週, 1/週, 55 分鐘
10-14
Roblox 遊戲設計:建立賽車遊戲並學習 Lua 腳本
Create N Learn: Game-Based Learning & Future Skill
4.8
(64)
每班
下一堂課明天 6 PM
團體課
8 週, 1/週, 55 分鐘
8-12
Roblox Studio Obby 訓練營:使用 Lua 建造和玩你自己的遊戲
Coco Coders
4.8
(974)
每班
下次會議在 6 PM Tue 5/27
團體課
1 週, 1/週, 1.50 小時
9-14
使用 Roblox 進行編碼:三門課程合而為一(免費直播課程)
Ryan The Coding Teacher
5.0
(29)
每月
聊天群
無限制訪問
10-12
Roblox 夏令營遊戲設計、編碼與創作
PopSkool: English, Music, Art, Math, Coding & More
5.0
(31)
每班
下次會議在 5 PM Thursday
團體課
1 週, 4/週, 55 分鐘
10-14
遊戲編碼:Roblox Studio
Milisan School - Extracurricular Gamified Learning
5.0
(60)
每班
下一堂課明天 12 AM
團體課
1/週, 55 分鐘
8-13
Roblox:編碼和腳本
Fleming Tech Camps
4.9
(26)
每班
下次會議在 5 PM Mon 6/9
團體課
1 週, 5/週, 2.92 小時
10-14
Roblox Studio 編碼:1 對 1 輔導
Milisan School - Extracurricular Gamified Learning
5.0
(60)
每堂課
一對一課程
依需求開班
8-14
遊戲編碼:Roblox Studio
Janelle Wooten
4.9
(133)
每班
下次會議在 6 PM Saturday
團體課
1/週, 55 分鐘
8-13