In this course you will learn how to make your first game in Roblox. You will learn about Roblox studio and get an insight on the different things you can do inside of the studio. You will learn the basics of Roblox game development, and you'll also learn some programming along the way.
In this course you will learn how to make your first game in Roblox. You will learn about Roblox studio and get an insight on the different things you can do inside of the studio. You will learn the basics of Roblox game development, and you'll also learn some programming along the way.
You will learn how to set up roblox studio, how to make parts and change the parts' looks by changing its properties. I will go over everything that you would need to build out an obby by yourself. We also go over making a checkpoint system where you respawn at the last checkpoint that you have touched. Aside from that we also deal with building out the obby from start to finish, including the spawn point, the finish, and all the stages in between. We will create kill parts, which kill the player when the player touches the part. I will explain how to write this script, but also how you can leverage the toolbox so that you don't always have to write the scripts yourself. Furthermore I will go over the basics of roblox game development that will help you make an obby game in Roblox
At the end of this course, you will hopefully have built your own Roblox obby.
Create your Roblox account (you can skip this if you already have a Roblox account).
Download Roblox Studio (skip this if you already have roblox studio installed)
Set up your developing environment
local block = script.Parent
block.Touched:Connect(function(hit)
if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then
hit.Parent.Humanoid.Health = 0
end
end)
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.