How to make your FIRST Roblox Game in 2024 (Make Robux)

Do YOU want to make a Roblox Game? Well you're in the perfect place, because in this video, I'll be showing you EVERYTHING you need to know about Making your FIRST Roblox Game in 2024! We'll go over everything from building, to scripting, to actually making Robux!
👇(Expand Description for Scripts!)
By the end of this video, you should have a completely functioning game where you can make Robux and play with your friends!
Make sure to subscribe if this video helps you, and enjoy!
✨Discord Server: / discord
😍Patreon: / codebro29
👕MERCH: codebro29-official-merch.crea...
📋 Scripts -[
1️⃣ Checkpoint Script:
script.Parent.Touched:Connect(function(hit)
if game.Players:FindFirstChild(hit.Parent.Name) then
local plr = game.Players:FindFirstChild(hit.Parent.Name)
if plr:FindFirstChild("leaderstats") and plr.leaderstats:FindFirstChild("Stage") then
plr.leaderstats.Stage.Value = script.Parent.Stage.Value
end
end
end)
2️⃣ Leaderstats Script:
game.Players.PlayerAdded:Connect(function(plr)
local l = Instance.new("Folder",plr)
l.Name = "leaderstats"
local s = Instance.new("IntValue",l)
s.Name = "Stage"
s.Value = 1
end)
3️⃣ Respawn Script:
game.Players.PlayerAdded:Connect(function(plr)
plr.CharacterAdded:Connect(function(char)
local stage = plr.leaderstats.Stage.Value
for i,v in pairs(workspace:WaitForChild("Spawns"):GetChildren()) do
if v.Stage.Value == stage then
task.wait(.5)
local hrp = char:WaitForChild("HumanoidRootPart")
char:SetPrimaryPartCFrame(CFrame.new(v.Position + Vector3.new(0,3,0)))
end
end
end)
end)
4️⃣ Dev Product Script Local:
local mps = game:GetService("MarketplaceService")
local devProductId = 00000000 --your id here
script.Parent.MouseButton1Up:Connect(function()
mps:PromptProductPurchase(game.Players.LocalPlayer,devProductId)
end)
5️⃣ Developer Product Server Script:
local mps = game:GetService("MarketplaceService")
local id = 1711128944
mps.PromptProductPurchaseFinished:Connect(function(userId,Product,isPurchased)
local plr = game.Players:GetPlayerByUserId(userId)
if isPurchased then
if Product == id then
for i,v in pairs(workspace.Spawns:GetChildren()) do
if v.Stage.Value == plr.leaderstats.Stage.Value + 1 then
plr.leaderstats.Stage.Value += 1
if plr.Character then
plr.Character:SetPrimaryPartCFrame(CFrame.new(v.Position + Vector3.new(0,3,0)))
end
return Enum.ProductPurchaseDecision.PurchaseGranted
end
end
end
end
end)
END OF SCRIPTS]-
💬Comment ideas for future videos below! VVV
Roblox username: fiveironfan2006
My group: www.roblox.com/groups/5646843...
How to Make a Roblox Game (2024)
Chapters: [
0:00 - Downloading Roblox Studio
0:50 - Learning Roblox Studio Basics
6:14 - Building your Game
20:05 - Earning Robux
28:16 - Publishing your Game
]
#roblox #coding #lua

Пікірлер: 1 200

  • @CodeBro29
    @CodeBro294 ай бұрын

    ❓Having trouble with the code? KZread doesn't let me use the symbol > in descriptions unfortunately, so the script for the checkpoint might not work. Use this script for the Checkpoint Script instead: Checkpoint Script: script.Parent.Touched:Connect(function(hit) if game.Players:FindFirstChild(hit.Parent.Name) then local plr = game.Players:FindFirstChild(hit.Parent.Name) if plr:FindFirstChild("leaderstats") and plr.leaderstats:FindFirstChild("Stage") then if script.Parent.Stage.Value > plr.leaderstats.Stage.Value then plr.leaderstats.Stage.Value = script.Parent.Stage.Value end end end end) ❓Still having issues? The BEST place to ask for help is in my Discord server: discord.gg/qvAkcgKPDh 🤩Want to Learn how to Script in Roblox? Check out my Beginner Scripting Series! kzread.info/head/PLfAg6nOoAuSktXuCK-HWhdSJAcYQBnls5 ❤ You can Download the File for THIS VIDEO on my Patreon! www.patreon.com/CodeBro29 kzread.infogaming/emoji/7ff574f2/emoji_u2753.png

  • @sshh1791

    @sshh1791

    4 ай бұрын

    Ty

  • @hodasaleh425

    @hodasaleh425

    4 ай бұрын

    Ty

  • @NOOB20152

    @NOOB20152

    3 ай бұрын

    You scammed me im on laptop and I don’t see start creating

  • @RobloxshowP

    @RobloxshowP

    3 ай бұрын

    tanks

  • @RealMrPizza

    @RealMrPizza

    3 ай бұрын

    @@NOOB20152 When you see it you should download it. Then find the file and left-click it (double-finger tap) and after that you should see "open" in the white box click on that and your good.

  • @ZionYTGaming
    @ZionYTGaming4 ай бұрын

    i’ve been searching for a simple tut for so long and i finally found one, thank you so much for making this (subbed❤)

  • @kittygamimg5221
    @kittygamimg52213 ай бұрын

    This has got to be the best Roblox studio video ever cuz he actually helps you build something most people show you how to build certain things but not full obbys plus he shows you so much times how to do something so that you don’t forget thanks 🙏

  • @Nuke_Gaming123
    @Nuke_Gaming1233 ай бұрын

    Thanks for everything dude! You really helped me make new games on roblox! Because of this I decided to subscribe, like and hit the bell!

  • @wxl1d
    @wxl1d2 ай бұрын

    people who think this was the easiest tutorial out there on youtube, this man deserves 100k subs

  • @yufengwu5698

    @yufengwu5698

    Ай бұрын

    @user-ht8kg5mz8stoo much

  • @Wolfgamingrcool

    @Wolfgamingrcool

    Ай бұрын

    Y 10m y not 20m

  • @Delight-iw8ju

    @Delight-iw8ju

    Ай бұрын

    fr bruh

  • @mantiagarwal

    @mantiagarwal

    Ай бұрын

    Yessssssss

  • @_Mie_Panggang_

    @_Mie_Panggang_

    Ай бұрын

    Noo he deserve 500 Quadrilion subscribe

  • @gurshandhesi4153
    @gurshandhesi41534 ай бұрын

    i just love how much detail he puts into his videos and that he reads every comment

  • @hehYT
    @hehYT4 ай бұрын

    Been watching you for 2 years. Just wanna thank you for making my dream come true.

  • @Vision_Politics
    @Vision_PoliticsАй бұрын

    This one is the best tutorial than others I've been watching for so long. Thank you so much ❤

  • @eeeeee880
    @eeeeee8804 ай бұрын

    thank you this video really helped me Alot thanks for the video i know you put a lot of effort to this video so thank you u made roblox studio a little easier for me so yeah i subed and like and thanks for the video :D

  • @Jamali_Family
    @Jamali_Family3 ай бұрын

    thank you so much for this video ive been watching other tutorials but this one is the best

  • @pipoyyotaza4163
    @pipoyyotaza41632 ай бұрын

    woaah this is very helpful for me as a first-timer who's curious about how the games on roblox work. now, I want to create my own game. tysm for this video. It inspires me to make games in roblox🥺❤

  • @SuperTeach31
    @SuperTeach31Ай бұрын

    Ty bro! All of the other game tutorials are really hard, but this was just ez pz. Thx Fam!

  • @user-in8df1kd2v
    @user-in8df1kd2v2 ай бұрын

    You're videos are really usually. thanks😁👍

  • @OGETA
    @OGETA4 ай бұрын

    Wow, one of the easiest tutorials to do and understand! If possible, it would be great to have other videos like this, for other types of games in Roblox. Thanks for this tutorial!

  • @obi-wankenobi8999

    @obi-wankenobi8999

    4 ай бұрын

    Yes I would love a story game one specifically the starting area as I can't find a tutorial that doesn't use a random kit

  • @thebestrectangle4719

    @thebestrectangle4719

    4 ай бұрын

    XD

  • @capivaraagiota241

    @capivaraagiota241

    4 ай бұрын

    ​But Are u married bb?

  • @GREGDGamer1

    @GREGDGamer1

    2 ай бұрын

    are you sure i cant hear him

  • @Cutegirl12389

    @Cutegirl12389

    2 ай бұрын

    Fr

  • @FedoraDEV
    @FedoraDEV4 ай бұрын

    Nice tutorial! And congrats on 25k :)

  • @CodeBro29

    @CodeBro29

    4 ай бұрын

    Thanks! 😃

  • @I_loveJesussomuch

    @I_loveJesussomuch

    2 ай бұрын

    for some reason, at the beginning of the tutorial, on the right side of your screen u have the filter workspace and i dont so i cant do anything@@CodeBro29

  • @smiglet14

    @smiglet14

    Ай бұрын

    @@CodeBro29is it local l or i on 2nd script

  • @BurningJaguar32
    @BurningJaguar324 күн бұрын

    your video is so nice and easy for beginnners! Keep up the good work!!! 👍

  • @JSPlaysGames
    @JSPlaysGamesАй бұрын

    Thanks bro, i've been struggling subbed

  • @lloydmaster6757
    @lloydmaster67572 ай бұрын

    I won't be doing scripting because I have a feeling I won't be good at it, So I will stick into basics like adding obbys to my game on Roblox Studio and publishing it onto Roblox. Anyways great video on showing how to make your very own roblox game in Roblox Studio, This will surely be really helpful to other people. Keep up the great work.

  • @Lord_Drippyblox

    @Lord_Drippyblox

    4 күн бұрын

    Just try 😁😁

  • @doodlebugjordy

    @doodlebugjordy

    3 күн бұрын

    🔫 Just try 🤠

  • @user-rr5xp6bm2e
    @user-rr5xp6bm2e4 ай бұрын

    Can you make a video of adding more gamepasses like the flying carpet or the spring coil with the scripts in the discription for begginers. I absolutlly love your videos . they are the best!!!

  • @HeadlessHorseman.

    @HeadlessHorseman.

    4 ай бұрын

    FR

  • @Arcadecharm

    @Arcadecharm

    3 ай бұрын

    I'll love to have that too

  • @Arazek
    @Arazek8 күн бұрын

    Thank you so much for the help! i’m gonna try and make a game with that kind of gamepass (dev product)

  • @user-ke3nk7fz7d
    @user-ke3nk7fz7d16 күн бұрын

    Thank You So Much For The Tutorial It Really Helps

  • @Serano2013
    @Serano20133 ай бұрын

    BEST VIDEO EVER! THIS IS THE BEST TUTORIAL IVE EVER SEEN AND I TOOK SCREENSHOTS OF YOUR SCRIPTS!!!! You earned a new sub :D

  • @TheRealHVG
    @TheRealHVG4 ай бұрын

    Whose watching this in 2024 Edit:tysm for 75 likes 2nd edit:thx for 92 this my most popular comment ever

  • @stevenwwkandmb

    @stevenwwkandmb

    4 ай бұрын

    Me 🥳🥳

  • @PersonOverHeaven

    @PersonOverHeaven

    4 ай бұрын

    Me

  • @avi_mation

    @avi_mation

    4 ай бұрын

    me 🎉🎉🎉🎉

  • @Yousefhannoura

    @Yousefhannoura

    4 ай бұрын

    MEEE AND MY BIRTDAY

  • @BenzyEdits537

    @BenzyEdits537

    4 ай бұрын

    Me 🎉🎉🎉

  • @zeruiyan1299
    @zeruiyan129922 күн бұрын

    this video is awesome i found it very usefull keep up the great work! : )

  • @iacobdenis5104
    @iacobdenis51044 күн бұрын

    Best tutorial ever!!(subed☺)

  • @Gaorl12345
    @Gaorl123454 ай бұрын

    love your videos bro, I hope I can make it someday.

  • @CodeBro29

    @CodeBro29

    4 ай бұрын

    Just keep it up! You can do it!

  • @Positivity4ever
    @Positivity4ever4 ай бұрын

    Hello, can you please make a tutorial on data store service in your advanced scripting series? So far all your tutorials are really good and understandable so I would love if you did one on data saving :)

  • @CodeBro29

    @CodeBro29

    4 ай бұрын

    will do!

  • @w_nerox5280

    @w_nerox5280

    4 ай бұрын

    yes please! @@CodeBro29

  • @elijahestrada5457

    @elijahestrada5457

    Ай бұрын

    @@CodeBro29 still waiting,

  • @DinoDeluxeee
    @DinoDeluxeee2 ай бұрын

    This video really helped me out a whole lot! Thank you for showing me how to do this

  • @a_200WithaTophat91
    @a_200WithaTophat9111 күн бұрын

    Thank you! This really helped!

  • @Chxrrypie
    @Chxrrypie4 ай бұрын

    When will you continue the advanced scripting series? I miss that series a lot as it is really helpful!

  • @CodeBro29

    @CodeBro29

    4 ай бұрын

    This month! Don't worry, I haven't forgotten! :)

  • @ZORO-YTUR
    @ZORO-YTUR19 күн бұрын

    I Liked my own comment cuz no one wanted already ☺️

  • @YTST4R

    @YTST4R

    12 күн бұрын

    I did and I hope you do also!

  • @JRGrubbs

    @JRGrubbs

    10 күн бұрын

    I like you comment

  • @andrealvarez2452
    @andrealvarez24523 ай бұрын

    THANK YOU SO Much bro I've bin so not confident to make a game but you made me want to thanks for starting my journey Also you got a new Sub now :D

  • @AnimationManDC2
    @AnimationManDC23 ай бұрын

    Thank you so much CodeBro!, your tutorial has helped me a lot! i could finally make my first game!

  • @lucastsolakis
    @lucastsolakis3 ай бұрын

    Yo the 3 rd script doesn’t work

  • @Shorts_LUXFO

    @Shorts_LUXFO

    5 күн бұрын

    The 3rd script does work

  • @user-fr1nn6ui1m

    @user-fr1nn6ui1m

    5 күн бұрын

    @@Shorts_LUXFO How much lines does it take cuz mine takes 12 and codes takes 11

  • @worldoffnaf880
    @worldoffnaf8802 ай бұрын

    Bro tysm for this tutorial ive been dreaming of making my roblox game from like 2018 u got youreself a new subscriber ❤

  • @S0LD1ER129
    @S0LD1ER1293 ай бұрын

    Amazing Tutorial congrats on 35k subs!

  • @Maxx08
    @Maxx084 ай бұрын

    Hardest thing is to make people play the game

  • @user-pn5fs7yr8y

    @user-pn5fs7yr8y

    4 ай бұрын

    fr

  • @georgepg3d854

    @georgepg3d854

    3 ай бұрын

    Anything is possible.Blox Fruits once was small but with enough advertisement you can easily get people to actively play unless your game isnt fun.

  • @c44473

    @c44473

    3 ай бұрын

    @@georgepg3d854 Most people wont ever play a game like this because there is absolutely nothing unique about it. Blox Fruits succeeded because it was unique and the developers put a lot of effort into it. not only that but advertisement probably wouldn't work that well because the game doesn't look interesting, why would a player pick your obby over the 7000 other "SUPER FUN RAINBOW EASY MEGA OBBY" games. if you want to create a successful then you just have to learn how to script in order to create your own fun and unique game otherwise your game won't succeed . Also if your game was uninteresting enough your literally making the game from a tutorial which dozens of other people have used. Which means that your game is basically IDENTICAL to dozens of others games.

  • @nevermoreyaphetz3280

    @nevermoreyaphetz3280

    2 ай бұрын

    Fr

  • @Maxx08

    @Maxx08

    2 ай бұрын

    @@georgepg3d854 hard without robux or money tho

  • @user-sg4jf9rz1i
    @user-sg4jf9rz1i4 ай бұрын

    Don’t ask why this comment has no likes

  • @FireGamingGames_

    @FireGamingGames_

    3 ай бұрын

    Why

  • @user-fl9vb9ys3f

    @user-fl9vb9ys3f

    Ай бұрын

    Why

  • @Good_tokito

    @Good_tokito

    Ай бұрын

    Why

  • @NotAnnaRoblox25

    @NotAnnaRoblox25

    Ай бұрын

    Why

  • @light3167

    @light3167

    Ай бұрын

    Why

  • @acemechaelis998
    @acemechaelis998Ай бұрын

    On my vacation I'll totally use it, it's just so nice that you teach us this thing I appreciate it a lot thanks bro

  • @IsaiahGaming73
    @IsaiahGaming733 ай бұрын

    Tysm this helps out so much! BTW your beginner scripting series is also amazing you take it slow and step by step and with this tutorial I made my first real game!

  • @CodeBro29

    @CodeBro29

    3 ай бұрын

    I'm so glad!

  • @Pepermintcookie2
    @Pepermintcookie29 күн бұрын

    No one like my comment👾

  • @user-yj3zc1no4s

    @user-yj3zc1no4s

    2 күн бұрын

    Tho yedava

  • @Ambush-57
    @Ambush-5720 күн бұрын

    Thank You So Much For Helping Me Out!

  • @KxylaZuri
    @KxylaZuri29 күн бұрын

    Omg your a life saver thank you so much this helped alot🙏

  • @kielblox777
    @kielblox77716 күн бұрын

    Thanks! I didnt know what to do. It helped! (You got a sub from me!😊)

  • @themoonlight906
    @themoonlight906Ай бұрын

    Thanks bro it helped me a lot❤

  • @huynhthithanhhong6770
    @huynhthithanhhong67703 ай бұрын

    omg i love your vid! thank u so much!!!!!!!😘

  • @person-ct9sw
    @person-ct9swАй бұрын

    I've watched at least 7 different tutorials on this,and this is the only one that actually works!He deserves a sub.

  • @amrmostafa3439
    @amrmostafa343926 күн бұрын

    Thanks very much i like your video and the way you tell us thanks again good luck my friend.

  • @ImNotJerix
    @ImNotJerix2 ай бұрын

    BRO YOUR THE MOST HELPFUL CODER AND I LUV IT!!!!

  • @MegaMaker099
    @MegaMaker0993 ай бұрын

    Thank Dude, You Help Me Out A Lot! (Subbed And Liked)

  • @TheRealSKEFT
    @TheRealSKEFTАй бұрын

    this has helped a bunch thank you!🎉

  • @cappyplayz6688
    @cappyplayz66883 ай бұрын

    Tysm ! Bro ur very nice i wish you get more subs !! i still watch ur script ones ! Tysm!!

  • @lazarearabidze
    @lazarearabidze8 күн бұрын

    Bro you explain so good i subbed

  • @waliahmed2339
    @waliahmed233911 күн бұрын

    tysm bro it helps me alot bro!

  • @Asghar29
    @Asghar293 ай бұрын

    bro thank you so much you are the best. you helped me so much

  • @kamilsiepak3973
    @kamilsiepak397322 күн бұрын

    I dont know how you are doing IT but that's insane! Dude i will literally go for roblox programming course its cool!😀😃👍

  • @intaj-kf7my
    @intaj-kf7my29 күн бұрын

    now i can make more games I love u Codebro29 u help me to make a game tysm. \

  • @WilliamsFITHleg
    @WilliamsFITHleg4 ай бұрын

    TYSM!! THIS IS THE FIRST TUTORIAL THAT HAS ACTUALLY HELPED ME

  • @nabanitahalder9324
    @nabanitahalder9324Ай бұрын

    THANK YOU SO MUCH !!! YOU ARE THE BEST KZreadR !!YOU HELPED ME OUT SO MUCH MAN !!

  • @user-zs9px9ke2j
    @user-zs9px9ke2j4 ай бұрын

    Omg ty for the video, especially for letting me copy and paste the script. :)

  • @user-sc5xt3gl1t
    @user-sc5xt3gl1tАй бұрын

    This is the most helpful and simple video i've watched i've literally built an entire obby from this tysm

  • @aidenpeterson8046
    @aidenpeterson80462 ай бұрын

    dude this video WAS SOO HELPFUL i know some things about studio but the skip stage thinge WAS SOO HELPFUL like Tysm❤(subbed)

  • @CodeBro29

    @CodeBro29

    2 ай бұрын

    Glad it helped!

  • @aidenpeterson8046

    @aidenpeterson8046

    2 ай бұрын

    ​@@CodeBro29 how do i make it so it saves the plyers stages?

  • @DianaChernenko-kl7sq
    @DianaChernenko-kl7sqАй бұрын

    OMG IT HELPED ME SO MUCH TY!!😊❤

  • @Chris-ze6wg
    @Chris-ze6wgАй бұрын

    this is best tutorial and you really helped me

  • @Jordanco1112
    @Jordanco1112Ай бұрын

    YEH I AM GOING TO SUB HE HELPED SO MUCH

  • @TheRealMaster777
    @TheRealMaster77710 күн бұрын

    YOO tysm this helped me so much tysm

  • @Reckless45
    @Reckless4522 күн бұрын

    Thank u so much this really works 🎉🎉🎉

  • @AditSahoo-zb8fw
    @AditSahoo-zb8fwАй бұрын

    Bro thank you soo much. Because of you I was able to make a really nice game that to easily.

  • @pockystick8557
    @pockystick8557Ай бұрын

    thank you for this tutorial!

  • @masonmccue3293
    @masonmccue32937 күн бұрын

    Thank you for this I am doing it now it is nice and simple

  • @atgb2629
    @atgb2629Ай бұрын

    Thank you this has been so helpful

  • @AIRevengingChat
    @AIRevengingChat3 ай бұрын

    best tut ever bro thank you so much

  • @Future.anonimus
    @Future.anonimus4 ай бұрын

    best tutorial iv ever seen i love your channel and way you try to help begginers like me god bless you bro and thank you so much for everything

  • @CodeBro29

    @CodeBro29

    4 ай бұрын

    Glad I could help!

  • @user-rr5xp6bm2e
    @user-rr5xp6bm2e4 ай бұрын

    You have the best tutorials i have ever seen!!!

  • @ThilsathGulab
    @ThilsathGulabАй бұрын

    Thanks soo much u are soo amazing and soo cool thank you ❤❤😊😊

  • @KingNoobsito
    @KingNoobsitoАй бұрын

    hey thanks! im learning how to script and this tutorial helps me ty!

  • @user-ls5kg6xv6n
    @user-ls5kg6xv6n29 күн бұрын

    Tysm Bro Your The Best Of Tutorial

  • @songsinheng6095
    @songsinheng60952 ай бұрын

    This helped me so much! Can you make a stage picker video so I can put it in my obby?

  • @gersi_bersinoob
    @gersi_bersinoobАй бұрын

    Thx man you help alot you make my dream come faster i was waiting so loong thx man (sub)

  • @fwex_offical
    @fwex_officalАй бұрын

    OMG I LOVE U SO MUCH U MADE MY LIFE SO EASY BRO I LOVE YOU SO MUCHY THIS BIGGENER GUID HELP SO MUCH BRO

  • @Glapus-clothing
    @Glapus-clothingАй бұрын

    thank you so much you helped me alot

  • @Catcamermanstudios
    @Catcamermanstudios7 күн бұрын

    Tysm this a best tutorial i found

  • @user-vu9hv2to4y
    @user-vu9hv2to4y2 ай бұрын

    bro thanks for making this tutorial, it's so simple and easy

  • @salsichagames3194
    @salsichagames31943 ай бұрын

    thx a lot, this helps me a lot :)

  • @GamerHavengg
    @GamerHavengg2 ай бұрын

    you are really cool your vids are awesome and im subed

  • @TheRandom____
    @TheRandom____2 ай бұрын

    thanks! this video is easy to follow for beginners like me!

  • @ElectroFootball313
    @ElectroFootball3133 ай бұрын

    yo this guy is awesome he really helped me out!

  • @Therealhorizxn
    @Therealhorizxn3 ай бұрын

    This IS a Great video really clear I love how you've Put HEAPS of effort into this video. Just one problem. When I join the game on Roblox i cant click the skip stage button. It may be because of i dont have any passes on the game. But Please let me know how to fix this. :>

  • @dylanvalentingomez6268
    @dylanvalentingomez62683 ай бұрын

    I'm at half of the video but I already commenting how good this video is fr, it gives the possibility to earn some robux through a game without even know how to code a game just follow step by step

  • @robloxrules69
    @robloxrules694 ай бұрын

    this was very helpful!!

  • @vurna
    @vurnaАй бұрын

    Great video! My daughter and I just finished following your tutorial and we now have our very own Obby game. :) One question that came up after we tested live was when we did a purchase, skipping a stage. That worked. But where does the robox go? Like do they go directly to in this case as we created the game on my daughters account, they go directly to her robox balance in game? Everything else was very clear and simple to follow. Thanks a lot! 🙂

  • @Soldoutbrick
    @Soldoutbrick3 ай бұрын

    Ttysm for this tutorial it will help me alot, im getting my gaming laptop in march so i will create my own obby game when i have it.

  • @quinquin7949
    @quinquin7949Ай бұрын

    yooo i cant join ur dc server cause u paused the invites - well what ever, still a nice tutorial, love it!

  • @Narimanka_25
    @Narimanka_25Ай бұрын

    Thx im new subscriber😊

  • @ZeroDOPS
    @ZeroDOPS3 ай бұрын

    thX SO MUCH THIS HELPED SO MUCH

  • @HAZEMFan-ip6fu
    @HAZEMFan-ip6fu2 ай бұрын

    Nice tutorial! 😊😊

  • @manaboutsound
    @manaboutsound2 ай бұрын

    Well done, very well made video. I can't help but think that roblox is training young developers to prioratise shallow monetisation and micro transactions, or at least its training players to accept them as normal. Would be good to know what you think about that

  • @Nitroxz429
    @Nitroxz42925 күн бұрын

    very good video helped me alot thank you very much

  • @user-rx5sc2yu9x
    @user-rx5sc2yu9x2 күн бұрын

    BEST TUTORIAL EVER!!!!!! I LIKED + SUBBED THANKS TO THIS AMAZING TUTORIAL! YOU ARE BETTER THAN 5 BILLION PEOPLE IN ONE! THANK YOU!!!!!

  • @more_SK
    @more_SK2 ай бұрын

    How can i add more stuff to the leaderboard? cuz i wanna make a rebirth system. Btw the vid was usefull and easy to understand thank you for making good tutorials, you gained a new sub. And i suppose you couldn't hop on a call on discord and help me with a few more stuff i wanted in my game.