Outschool
검색

US$65

weekly
or US$129 for 8 classes
수업
재생

Roblox 코딩 캠프 - 코딩 배우기 - Roblox 스크립팅

226 명의 학생이 수업을 완료함
연령대: 10-15 세
실시간 그룹 수업
Roblox 코딩 초보자를 위한 코딩 캠프 #builder
평균 평점:
4.9
수강 후기 수:
(625 수강 후기)

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

무엇이 포함되어 있나요?

8개의 라이브 미팅
수업 6 시간
숙련도 평가
주당 1-2시간. I will occasionally send messages related to the learning goals of the course.
학습 평가
During the second week of class, I give students coding examples to do on their own. the examples are based on topics from the first week of class. This allows me to determine the student's progress and areas of opportunity. Students that are unable to complete the code example are provided review material to have them complete the example.
보고계신 지문은 자동 번역 되었습니다

수업 소개

영어 수준 - 알 수 없음
레벨 Beginner
Welcome!
This live course is designed for students that have Roblox Studio experience and want to learn the basics of coding. This class is intended for students with 0-6 months of coding experience. 

It is extremely common for students to take this course multiple times. I do different examples every time I run the class so you'll never get bored with the material. This class is designed to be taken more than once.
------------------------------------------------------------------
Experience using Roblox Studio is REQUIRED for this class. This class assumes you have experience making Roblox games and want to learn how to code. If you are unsure of the experience required for this class, please reach out BEFORE enrolling. 

The computer language taught in this class is Roblox Lua/Luau. Coding experience is not required for this class. Coding experience is not required, but students must know how to use Roblox Studio.

Writing/Typing/Keyboarding
This is a coding class. The entire course is about coding. Typing is one of the most important skills for this class. Students must be able to identify letters, numbers, and punctuation. Before taking this class, students should have experience typing essays/stories.
-----------------------------------------------
Students are expected to complete any missed/incomplete coursework before the next lesson. 
----------------------------------------------------
Setting up the Computer
Strongly suggest using two devices and a computer mouse for class.

학습 목표

Create and Identify variables in a script
Create anonymous functions

강의 계획서

8 레슨
2 주 이상
레슨1:
Variables Practice 1
 Students learn how to create variables in Lua 
45 분 온라인 라이브 레슨
레슨2:
Variables Practice 2
 Students learn how create multiple variables that reference other items in the game. 
45 분 온라인 라이브 레슨
레슨3:
Functions Practice 1
 Students practice creating functions in their scripts 
45 분 온라인 라이브 레슨
레슨4:
Functions Practice 2
 Students practice creating multiple functions in their scripts 
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 keyboard/typing experience. Students must have experience using a computer. This class requires Roblox Studio experience. Student must have experience using Roblox Studio before learning how to code.
Outschool 외 필요 앱/웹사이트
이 수업에서는 아웃스쿨 교실 외에도 다음의 툴을 사용합니다:

선생님을 만나보세요

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

If there is anyone out there that wants to learn C, let me know! Let's keep C alive! Many industries like the aerospace, financial, automotive, and medical industry still use C for essential stuff to function. We need more people to learn the language. I would love to teach it.

It should be no surprise then to know that before Outschool, I worked as a software developer for a hospital system. My primary coding languages are Lua/Roblox Luau, C++, C, python, java, and C#. After work, I would tutor students in my local area with their math and coding homework. I have over 8+ years of K-12 tutoring experience. Now I get to teach students all over the world in a virtual classroom here on Outschool. It's so much fun!

리뷰



다른 인기 수업
Roblox Lua 코딩/스크립팅
Miss Jennifer
4.9
(625)
US$25회당 수업료
다음 세션은 Friday 11 PM 에 예정되어 있습니다.
그룹 수업
4 주, 주당 1회45분
10-15 세
Roblox 게임 개발 1: Lua 코딩을 사용한 프로젝트 기반 스크립팅
Miss Jennifer
4.9
(625)
US$18회당 수업료
다음 세션은 Tue 7/8 12 AM 에 예정되어 있습니다.
그룹 수업
4 주, 주당 2회45분
10-15 세
Roblox로 게임 디자인하기 (초보자) - 9-13세
Shawn D Walk (Create2Discover)
4.9
(1,300)
US$18회당 수업료
다음 세션은 오늘 11:15 PM 입니다.
그룹 수업
8 주, 주당 1회1 시간
9-13 세
Roblox Lua 스크립팅 - 주간 코딩 연습
Miss Jennifer
4.9
(625)
US$20회당 수업료
다음 세션은 Mon 2/24 6 PM 에 예정되어 있습니다.
그룹 수업
주당 1회45분
10-15 세
Lua를 활용한 Roblox 게임 디자인(레벨 1)
AI Code Academy
4.7
(1,767)
US$22회당 수업료
다음 세션은 Thursday 12:30 AM 에 예정되어 있습니다.
그룹 수업
10 주, 주당 1회1 시간
8-13 세
Lua를 활용한 Roblox 게임 디자인(레벨 2)
AI Code Academy
4.7
(1,767)
US$23회당 수업료
다음 세션은 Thursday 12:30 AM 에 예정되어 있습니다.
그룹 수업
10 주, 주당 1회1 시간
10-15 세
Roblox 게임 디자인: 자동차 경주 게임 만들기 및 Lua 스크립팅 배우기
Create n Learn: English, Coding, AI, Music, Math
4.9
(193)
US$20회당 수업료
다음 세션은 오늘 11 PM 입니다.
그룹 수업
8 주, 주당 1회55분
7-12 세
게임 코딩: Roblox Studio
Milisan School - Extracurricular Gamified Learning
4.9
(55)
US$20회당 수업료
다음 세션은 내일 12:30 AM 입니다.
그룹 수업
주당 1회55분
8-13 세
Roblox 코딩 캠프 - 코딩 배우기 - Roblox 스크립팅
Miss Jennifer
4.9
(625)
US$17회당 수업료
다음 세션은 Mon 3/3 5 PM 에 예정되어 있습니다.
그룹 수업
2 주, 주당 4회45분
10-15 세
Roblox Studio 코딩: 1:1 튜터링 30분 드롭인 세션
Milisan School - Extracurricular Gamified Learning
4.9
(55)
US$33 세션당
일대일 레슨
온디맨드
8-14 세
Roblox 코딩 기본 캠프
Miss Jennifer
4.9
(625)
US$10회당 수업료
다음 세션은 Wednesday 1 AM 에 예정되어 있습니다.
그룹 수업
1 주, 주당 4회40분
10-15 세
Roblox로 코딩하기: 3가지 코스를 하나로(무료 라이브 수업)
Ryan The Coding Teacher
5.0
(24)
US$19 월별
대화 그룹
무제한 사용
10-12 세
1:1 Roblox 게임 디자인 및 LUA 코딩(모든 기술 수준)
Samwise Majchrzak
5.0
(20)
US$55 세션당
일대일 레슨
온디맨드
6-18 세
Roblox Studio 코딩: 1 대 1 튜터링
Milisan School - Extracurricular Gamified Learning
4.9
(55)
US$60 세션당
일대일 레슨
온디맨드
8-14 세
게임 코딩: Roblox Studio
Janelle Wooten
4.9
(132)
US$20회당 수업료
다음 세션은 오늘 10:30 PM 입니다.
그룹 수업
주당 1회55분
8-13 세
Roblox Studio 게임 디자인 및 코딩: 레벨 0(소개)
STEAM K-12: Coding & Game Design Classes
4.8
(452)
US$18회당 수업료
다음 세션은 내일 12 AM 입니다.
그룹 수업
4 주, 주당 2회50분
11-16 세
더 많은 수업 보기
검색
기프트 카드 구매
통화, 시간대 및 언어 설정 열기
언어 및 지역
로그인