🔥 How to Make an Obby on Roblox Studio | Beginners Scripting Tutorial 🎮

preview_player
Показать описание
🎮 Ready to create your very own obstacle course (obby) on Roblox? 🏁 This step-by-step tutorial will walk you through how to make an obby, even if you're new to Roblox Studio.

I'll guide you through the Explorer and Properties panels as well as how to insert parts and manipulate them with tools like move, scale, and rotate. I'll show you how to color parts for a vibrant and exciting gameplay experience. 🌈

We'll challenge players with a choose-your-path obstacle! We'll duplicate platforms, arrange them to form paths, and set collision properties to guide players toward the correct path while avoiding the pitfalls. 🚧

Then we'll build some lava jumps by extending platforms and placing lava bricks on them. You'll even learn a simple script to make sure players who step on the lava meet their fiery fate. 🔥

Finally, I'll show you how to test your obby, making sure everything works smoothly. You'll learn about checkpoints and respawns for a polished gaming experience. 🎉

🔗 Additional Resources:

🚀 Don't forget to like and subscribe for more exciting Roblox scripting tutorials. Hit that notification bell to stay updated on the latest videos. 🎉

Рекомендации по теме
Комментарии
Автор

People really be saying its an amazing video before they've even watched it 💀 but it probably is a really good video.

ItzAznee
Автор

All of your developing videos have been incredibly helpful to me, you really inspire me to learn how to code, thank you!

kingkiller
Автор

I love how without any cutting in the editing, it's still the best tutorials Alvin got out there! Really recommend him for beginners and I've learned so much from him!
I wouldn't be able to do the video in one go.

Im_IntoDev
Автор

Thank You so much! Easy to understand, although I already have some coding experience with python, I still need help. No music which is better for understanding and concentration! Very useful Tutorial ❤

RealGyro
Автор

I love how this man makes tutorials for beginners though he could win more by making his own games

kiliritongs
Автор

One extremely good thing to add to the second obstacle to prevent cheaters is...
1st, Put a script into all the parts that you want the players to fall through.
2nd, Put the following bellow into the scripts.


local part = script.Parent
part.CanCollide = false
end)


local part = script.Parent
part.CanCollide = true
end)"

Also Make sure that all the parts have CanCollide On as this script turns the CanCollide Off as soon as the player touches it. Pretty simple and easy right.

But this will prevent people from using stuff like Click to walk & The Camera trick. You're Welcome.👍

proqzz
Автор

4 years, thanks Alvin for your help, I'm now myself a game developer and devexed a few times!

lineofscripting
Автор

Great tutorial!

For anyone having trouble with the lava section. Make sure there that the folder name matches the script and no spaces in between words - there is a space in the pastebin script you need to remove. Rename the parts in the folder all "LavaBrick" to match the script. :)

racherutheneko
Автор

Thank you so much! I am new to the roblox creator studio because I got a PC for Christmas. This really did help! You earned yourself a new sub!

rringju
Автор

I feel like you should have explained / added a Datastore so people could truly make a good obby

ZSC
Автор

The lava bars didn't work for me lol, so I decided to use a lava bars model instead, it's quicker aswell

Nihan
Автор

This ain't relevant at all but bro I just wanted to say that you kicked off my scripting "journey" with your beginner series and this is the first time I've managed to finish it (after many attempts) and now I'm suddenly half way through devkings advanced series!

Keep up the good work and tysm for helping me and lots of others learn scripting. ❤ 🙏

dickthecat
Автор

Hello, your tutorials are really helpful and easy to follow :) .Thank you so much for making the tutorials! ♥

ArcSessho
Автор

Thanks man this helped me a lot ! And I made my very own first Roblox obby, I appreciate you and you deserve a sub (:

Steveeeee
Автор

alvin was a major inspiration to me even in early 2017 and helped me learn developing at its most basic level. now a CEO of an undisclosed company that just got >$750, 000 funding and the only person i can credit for learning how to code and follow my dreams is alvin. keep the bangers coming and i hope to see more 💕

callumisdumb
Автор

I know I’m a little late but thank you so much for this tutorial helped me a lot wit my game 💯

xG_ems
Автор

For the lava bricks, I just inspected the lava bricks that the roblox default obby had and then copy and pasted it XD

Undercover_Smile
Автор

Alvinblox in 10 years: How to make GTA 6 in roblox

katarzynakudka
Автор

IT WORKED!! TYSM FOR THE TUTORIAL!! IM A BEGINNER AND THIS IS SO HELPFUL

PokeGlaceon
Автор

Welcome back and I'm not coming back

Ironboy_