US$129

for 12 classes
수업

Roblox Lua 코딩 - 중급 레벨 1

6 명의 학생이 수업을 완료함
연령대: 11-15 세
실시간 그룹 수업
Roblox Studio에서 6개월 이상 코딩 경험이 있는 학생들은 계속해서 코딩 기술을 향상시킵니다.
평균 평점:
4.9
수강 후기 수:
(635 수강 후기)

실시간 화상 수업
12주 동안 주당 1회
5-9 수업 정원
45분

무엇이 포함되어 있나요?

12개의 라이브 미팅
수업 9 시간
보고계신 지문은 자동 번역 되었습니다

수업 소개

Welcome to "Roblox Lua Coding - Intermediate Level One ". 

This course is intended for learners with 6 or more months of computer programming/coding and game design experience with Roblox Studio. 

Upon enrollment, a prerequisite assessment "game" and a practice video will be sent to make sure students meet the requirements for class.  
This course is not project based. This course is 100% about Roblox Lua.
-------------------------------------------------------------------------------
Prerequisites include: 
Here are examples of scripts students should be able to write without use of the toolbox.
Coding example 1: Use a script and a REMOTE function that will destroy a part when a character steps on it. A REMOTE function.

Coding example 2:
Write a script that causes a text label to appear on the screen.

Coding Example 3: 
Write a script that spawns parts when you click a button.
--------------------------------------------------------------
How is Intermediate level different from Beginner Level?
- More challenging code. The code reviewed at the intermediate level require more steps.
- More collaboration between learners. 
- More use of view tab features such as Output and Script Analysis
- Greater emphasis on debugging and troubleshooting
- more classroom engagement outside of class (discussion topics will be posted weekly to confirm understanding). 
-------------------------------------------------------------
Learners will be expected to type their own script/code.
--------------------------------------------------------------------------------------------------------------------
There is pair programming every week in class as well as outside of class.

--------------------------------------------------------------------------------------------------------------------
Week 1: Conditional Statements
Conditional statements are commonly used in coding to create dynamic gameplay. We will review basic conditional statements and how they are used in Roblox games. Students will be in small groups to practice. A discussion post will be listed as well to reinforce the information.
-------------------------------------------------------------------------------------------------------------------------------
Weeks 2 and 3: Functions
Week 2 and Week 3 will focus exclusively on functions. It will include creating functions (anonymous ones as well as functions that are not anonymous). Remote and Non remote. This includes calling functions and reviewing proper syntax and structure. Supplemental videos will be posted in the classroom to reinforce this topic. 

Week 4: Arrays

Weeks 5 and 6:
Services
We discuss services and their use in Roblox games. Learners will write code that require they use services other than Workspace. 
------------------------------------------------------------------------------------------------------------------------------
Weeks 7, 8, and 9 - User Interface Design (Intermediate)
Students at this level know how to add text and images to their games. Here in intermediate level, the focus on adding functionality to GUI. This could be for the purpose of a shop or a game badge, or something similar. 

Weeks 10 and 11 : Pair Programming and Troubleshooting - Learners will work in small groups to complete coding exercises that reinforce information taught earlier in the course. This will incorporate use of script analysis and output. These week are designed to challenge students to fix not only their own code, but the code of others. This is meant to encourage cleaner and more effective coding and increase the use of comments. 
---------------------------------------------------------------------------------------------------------------------

Week 12 -
Students are able to share their designs with the class and test out their games.
-------------------------------------------------------------


What is NOT covered in this course?

Third party applications such as Blender or Photoshop
Monetization
Marketplace Toolbox
Animation
Artificial Intelligence (AI)
How to play Roblox games
Basic Navigation
Backend Data Stores
Advanced Scripting
PC troubleshooting

그 외 세부 사항

학부모 가이드
This course requires use of Roblox Studio. Students under 13 will need assistance downloading/installing the program to use in class. Roblox Studio contain items that may not be suitable for all audiences, such as zombies and weapons.
수업 자료
Roblox Studio is needed for this course. it is a free program that should only be downloaded from the official Roblox site, www.roblox.com/create
Outschool 외 필요 앱/웹사이트
이 수업에서는 아웃스쿨 교실 외에도 다음의 툴을 사용합니다:

선생님을 만나보세요

가입일: October, 2020
4.9
635수강 후기
프로필
교사 전문성 및 자격증
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!

리뷰



다른 인기 수업
1대1 Roblox 3D 게임 디자인 및 Lua 프로그래밍
Create N Learn: Game-Based Learning & Future Skill
4.8
(62)
US$30 세션당
일대일 레슨
온디맨드
7-12 세
2~5학년 Roblox 코딩: 게임 디자인 및 Lua 스크립팅(고급)
Create N Learn: Game-Based Learning & Future Skill
4.8
(62)
US$15회당 수업료
다음 세션은 내일 10 PM 입니다.
그룹 수업
8 주, 주당 1회55분
7-12 세
Roblox와 함께하는 게임 디자인(1:1 튜터링 세션)
Shawn D Walk (Create2Discover)
4.9
(1,345)
US$65 세션당
일대일 레슨
온디맨드
9-13 세
Lua를 활용한 Roblox 게임 디자인(레벨 1)
AI Code Academy
4.7
(1,797)
US$22회당 수업료
다음 세션은 Sat 5/31 3 PM 에 예정되어 있습니다.
그룹 수업
10 주, 주당 1회1 시간
8-13 세
Lua를 활용한 Roblox 게임 디자인(레벨 2)
AI Code Academy
4.7
(1,797)
US$23회당 수업료
다음 세션은 Sat 5/31 3 PM 에 예정되어 있습니다.
그룹 수업
10 주, 주당 1회1 시간
10-15 세
Roblox Studio Obby 부트캠프: Lua로 나만의 게임을 만들고 플레이하세요
Coco Coders
4.8
(974)
US$35회당 수업료
다음 세션은 Tue 5/27 6 PM 에 예정되어 있습니다.
그룹 수업
1 주, 주당 1회1.50 시간
9-14 세
여름 캠프: Lua를 활용한 Roblox 게임 디자인(레벨 2)
AI Code Academy
4.7
(1,797)
US$22회당 수업료
다음 세션은 Mon 6/16 3 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 5회1.25 시간
10-15 세
Roblox 게임 디자인: 자동차 경주 게임 만들기 및 Lua 스크립팅 배우기
Create N Learn: Game-Based Learning & Future Skill
4.8
(62)
US$15회당 수업료
다음 세션은 내일 11 PM 입니다.
그룹 수업
8 주, 주당 1회55분
8-12 세
여름 캠프: Lua를 활용한 Roblox 게임 디자인(레벨 1)
AI Code Academy
4.7
(1,797)
US$22회당 수업료
다음 세션은 Mon 6/16 3 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 5회1 시간
9-14 세
게이머에서 코더로: 야심찬 게임 개발자를 위한 Roblox Lua 스크립팅
PopSkool: English, Music, Art, Math, Coding & More
5.0
(30)
US$15회당 수업료
다음 세션은 내일 10 PM 입니다.
그룹 수업
8 주, 주당 1회55분
10-14 세
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회당 수업료
다음 세션은 Wednesday 12 AM 에 예정되어 있습니다.
그룹 수업
주당 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 Summer Camp와 함께하는 게임 디자인, 코딩 및 창작
PopSkool: English, Music, Art, Math, Coding & More
5.0
(30)
US$20회당 수업료
다음 세션은 내일 9 PM 입니다.
그룹 수업
1 주, 주당 4회55분
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회당 수업료
다음 세션은 오늘 9:30 PM 입니다.
그룹 수업
주당 1회55분
8-13 세
더 많은 수업 보기
검색
기프트 카드 구매
통화, 시간대 및 언어 설정 열기
언어 및 지역
로그인