검색

US$25

weekly
or US$99 for 4 classes
수업
재생

로블록스 스크립팅 2

5 명의 학생이 수업을 완료함
연령대: 10-15 세
실시간 그룹 수업
이 과정에서는 Roblox Studio에서 객체 지향 프로그래밍에 대한 코딩/스크립팅 경험이 6개월 이상인 학생을 대상으로 가르칩니다.
평균 평점:
4.9
수강 후기 수:
(634 수강 후기)

실시간 화상 수업
4주 동안 주당 1회
2-4 수업 정원
45분

무엇이 포함되어 있나요?

4개의 라이브 미팅
수업 3 시간
과제
주당 1-2시간. The outside coursework for this class will consist of practical coding exercises and small projects designed to reinforce object-oriented programming (OOP) principles. Students will complete assignments that involve creating and manipulating classes, objects, and methods, as well as applying inheritance, encapsulation, and polymorphism to solve specific coding challenges. These tasks are intended to deepen their understanding of OOP concepts and enhance their ability to apply these techniques effectively in Roblox game development. The coursework will typically take 30-45 minutes per week and will be essential for mastering the material covered in class.
학습 리포트
The progress reports for this class will provide an overview of each student's performance and development in understanding object-oriented programming (OOP) principles. Reports will include feedback on coding assignments and projects, highlighting strengths and areas for improvement. They will also track participation in class activities and the completion of outside coursework. Additionally, progress reports may offer insights into how well students are applying OOP concepts in their Roblox projects and provide recommendations for further practice or support. These reports aim to help students stay on track and enhance their learning experience throughout the course.
보고계신 지문은 자동 번역 되었습니다

수업 소개

영어 수준 - 알 수 없음
레벨 Intermediate
Prerequisites:
Prior Coding/Scripting Experience
Prior experience with Roblox scripting is highly recommended. Most students in this course have been coding/scripting for over six months or MORE, so this is not suitable as a first coding class. The more experience, the better!

Course Description:
This class is all about object-oriented programming (OOP) in Roblox. Students will dive deep into OOP principles, focusing on creating classes, objects, and inheritance—essential tools for developing efficient, organized game code. Through live lessons and hands-on coding exercises, students will apply these concepts directly in Roblox Studio.

While learning to code, students will be creating their own Roblox game that they can publish and play with friends. 

This is a live group class, and it needs at least three students to run. If the minimum enrollment is not met, transfer or refund options will be provided.

학습 목표

Understand the core principles of object-oriented programming (OOP), including classes, objects, and methods.

강의 계획서

4 레슨
4 주 이상
레슨1:
Introduction to Object-Oriented Programming
 Introduction to Object-Oriented Programming
Overview of object-oriented programming (OOP) principles
Understanding classes and objects
Creating and using classes in Roblox Lua 
45 분 온라인 라이브 레슨
레슨2:
Programming Basics (cont.)
 Understanding classes and objects
Creating and using classes in Roblox Lua 
45 분 온라인 라이브 레슨
레슨3:
Mini Project
 Students are expected to complete parts of their Mini - Project outside of class. The mini-project includes creating a basic game to publish. 
45 분 온라인 라이브 레슨
레슨4:
Final Project and Review
 We review the individual mini projects as a class. 
45 분 온라인 라이브 레슨

그 외 세부 사항

학부모 가이드
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.
사전 요구 사항
Students must have experience making roblox games and coding. Pre-Algebra or greater math level.
Outschool 외 필요 앱/웹사이트
이 수업에서는 아웃스쿨 교실 외에도 다음의 툴을 사용합니다:

선생님을 만나보세요

가입일: October, 2020
4.9
634수강 후기
프로필
교사 전문성 및 자격증
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 a Roblox event organizer, and I have run a few virtual gaming tournaments here on Outschool. Roblox Bedwars, Bladeball, and Doors. 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++, C, python, java, and C#. I have over 8+ years of K-12 tutoring experience. I have had the joy of working with fellow Roblox developers. I look forward to working with you soon!

리뷰



다른 인기 수업
Roblox 게임 디자인 및 Lua 코딩: 패션 및 스타일링 콘테스트에 참여하세요!
Create N Learn: Game-Based Learning & Future Skill
5.0
(45)
US$15회당 수업료
다음 세션은 Sat 5/10 8 PM 에 예정되어 있습니다.
그룹 수업
8 주, 주당 1회55분
7-12 세
Roblox와 함께하는 게임 디자인(1:1 튜터링 세션)
Shawn D Walk (Create2Discover)
4.9
(1,341)
US$65 세션당
일대일 레슨
온디맨드
9-13 세
Lua를 활용한 Roblox 게임 디자인(레벨 1)
AI Code Academy
4.7
(1,789)
US$22회당 수업료
다음 세션은 Sat 5/10 11:30 PM 에 예정되어 있습니다.
그룹 수업
10 주, 주당 1회1 시간
8-13 세
Lua를 활용한 Roblox 게임 디자인(레벨 2)
AI Code Academy
4.7
(1,789)
US$23회당 수업료
다음 세션은 Thursday 11:30 PM 에 예정되어 있습니다.
그룹 수업
10 주, 주당 1회1 시간
10-15 세
여름 캠프: Lua를 활용한 Roblox 게임 디자인(레벨 2)
AI Code Academy
4.7
(1,789)
US$22회당 수업료
다음 세션은 Mon 6/16 3 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 5회1.25 시간
10-15 세
여름 캠프: Lua를 활용한 Roblox 게임 디자인(레벨 1)
AI Code Academy
4.7
(1,789)
US$22회당 수업료
다음 세션은 Mon 6/16 3 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 5회1 시간
9-14 세
Roblox 게임 디자인: 자동차 경주 게임 만들기 및 Lua 스크립팅 배우기
Create N Learn: Game-Based Learning & Future Skill
5.0
(45)
US$19회당 수업료
다음 세션은 Wednesday 9 PM 에 예정되어 있습니다.
그룹 수업
8 주, 주당 1회55분
8-12 세
Roblox로 코딩하기: 3가지 코스를 하나로(무료 라이브 수업)
Ryan The Coding Teacher
5.0
(29)
US$19 월별
대화 그룹
무제한 사용
10-12 세
게임 코딩: Roblox Studio
Milisan School - Extracurricular Gamified Learning
5.0
(60)
US$20회당 수업료
4 분 후 다음 세션이 시작됩니다.
그룹 수업
주당 1회55분
8-13 세
Roblox: 코딩 및 스크립팅
Fleming Tech Camps
4.9
(26)
US$60회당 수업료
다음 세션은 Mon 6/9 5 PM 에 예정되어 있습니다.
그룹 수업
1 주, 주당 5회2.92 시간
10-14 세
Roblox Studio 코딩: 1 대 1 튜터링
Milisan School - Extracurricular Gamified Learning
5.0
(60)
US$60 세션당
일대일 레슨
온디맨드
8-14 세
게임 코딩: Roblox Studio
Janelle Wooten
4.9
(133)
US$20회당 수업료
다음 세션은 내일 6 PM 입니다.
그룹 수업
주당 1회55분
8-13 세
Roblox 스크립팅 1 - 주간 코딩 연습
Miss Jennifer - Roblox Scripting
4.9
(634)
US$20회당 수업료
다음 세션은 Tuesday 9 PM 에 예정되어 있습니다.
그룹 수업
주당 1회45분
9-14 세
Roblox 3D 게임 개발: 코딩 여름 캠프 - 레벨 1
Codingal - #1 AI & Coding | Backed by Y Combinator
4.8
(8)
US$18회당 수업료
다음 세션은 Mon 5/12 1 PM 에 예정되어 있습니다.
그룹 수업
1 주, 주당 5회1 시간
8-13 세
Roblox: 코딩 및 스크립팅: 4일 여름 캠프
Fleming Tech Camps
4.9
(26)
US$60회당 수업료
다음 세션은 Tue 5/27 5 PM 에 예정되어 있습니다.
그룹 수업
1 주, 주당 4회2.92 시간
10-15 세
고급 루아우 게임 코딩: Roblox Studio
Milisan School - Extracurricular Gamified Learning
5.0
(60)
US$20회당 수업료
다음 세션은 Tuesday 8 PM 에 예정되어 있습니다.
그룹 수업
주당 1회55분
9-14 세
더 많은 수업 보기
검색
기프트 카드 구매
통화, 시간대 및 언어 설정 열기
언어 및 지역
로그인