How This Roblox Game Created Itself (Technically)

  Рет қаралды 28,790

ByteBlox

ByteBlox

Күн бұрын

Пікірлер: 216
@byteblox100
@byteblox100 2 ай бұрын
get my full Roblox Studio course here: linktr.ee/ByteBlox
@י̈ד
@י̈ד 2 ай бұрын
ok
@blockatetophat6309
@blockatetophat6309 2 ай бұрын
straight to the point
@mrjagaimo4265
@mrjagaimo4265 2 ай бұрын
Nice try diddy.
@YeahImHover
@YeahImHover 2 ай бұрын
Hey could you make a video about the Roblox IDs? They are so so huge that the copy button is almost covered by the ID.
@arandom_bwplayeralt
@arandom_bwplayeralt 2 ай бұрын
@@YeahImHoveryou can still click them
@QwincyYT
@QwincyYT 2 ай бұрын
Old title: "this game doesn't have a creator." New title: "how this game created itself (technically)"
@06NinjaKid06
@06NinjaKid06 2 ай бұрын
i can see that with vidiq
@Planetary-1
@Planetary-1 2 ай бұрын
This is kind of how room generation works, basically doors.
@imdeadiguess3505
@imdeadiguess3505 2 ай бұрын
I mean not really, this one doesn't have any filters compared to doors and example of filter if the previous had a specific direction lets say left it won't generate left again to avoid loops, but its really easy to add filters anyways so lol
@FrozenHaze
@FrozenHaze 2 ай бұрын
@@imdeadiguess3505that’s more advanced room generation, for beginner room generation, you don’t need turns and stairs and stuff
@EvanFar_
@EvanFar_ 2 ай бұрын
waiting patiently for someone to make a *good* backrooms game using this.
@isupportbaconhairs
@isupportbaconhairs 2 ай бұрын
W IDEA BRO
@isupportbaconhairs
@isupportbaconhairs 2 ай бұрын
I MIGHT TAKE THE TIME OUTTA MY DAY TO ACUATLLY DO THAT
@isupportbaconhairs
@isupportbaconhairs 2 ай бұрын
NOT 100% BUT MAYBE
@sebalby34
@sebalby34 2 ай бұрын
im trying
@zyqunix
@zyqunix 2 ай бұрын
gnomecode literally made a tutorial on this
@MaxwellCatAlphonk
@MaxwellCatAlphonk 2 ай бұрын
I wanna make an infinitely generating cart ride now Like large fog, the further back you travel the more exotic carts you can find spawners for, a small chance for a checkpoint spawn, which will be necessayr if you want a fork in the road, and a very slim chance of an end platform generating if five or more checkpoint tiles have been generated It will first generate 1000 tiles upon server start, but when you get into render distance of the end it will generate more if not an end platform ends the road you're traversing When you reach one of the 58П3Я different alternate endings you will get a random path (random selected path giver,) some random selected kind of pvp Item, possibly one or two items from the following list; [a flying cart spawner, bridge spawner (like paths but everyone can use them,) click to teleport, creeper spawn egg, nextbot spawn egg, flying carpet], and the ability to remove the fog from your pov Each unlocked checkpoint will have its own unique ID and you can switch between them
@Red_zookeeper
@Red_zookeeper 2 ай бұрын
nice idea
@mrfirespark
@mrfirespark 2 ай бұрын
i'd play it, let me know if you ever make it
@jonashoffmann9344
@jonashoffmann9344 2 ай бұрын
Thank you. This video helps me so much in creating my game. I also made something similar only as a grid. But only made one model and was just about to do everything via ids which is MUCH more work.
@TheAmazingRobloxDev
@TheAmazingRobloxDev 2 ай бұрын
instead of uing start and end poses just do local startPos = workspace.Model.Thing1.Positon + (workspace.Model.Thing1.Size / 2) local endPos = workspace.Model.Thing1.Positon - (workspace.Model.Thing1.Size / 2) so much simpler and you dont need to place the parts perfectly it does it by itself unless your using models like for example you have a river and the river turns and stuff thats a little more complicated and i recommend using start and end poses for that btw instead of using math.random(1, #table) you can just do math.random(#table) it still works and i have been using this method for 2 years now
@SgRulz
@SgRulz 2 ай бұрын
Studio tip: you can anchor the workspace and all parts in the workspace will automatically get anchored
@justgulle3976
@justgulle3976 2 ай бұрын
🤔thanks
@bashthe1
@bashthe1 2 ай бұрын
no really
@SgRulz
@SgRulz 2 ай бұрын
@@bashthe1 yes really
@ItsFootball-CR7
@ItsFootball-CR7 Ай бұрын
You should not do that 🙏💀
@SgRulz
@SgRulz Ай бұрын
@@ItsFootball-CR7 why
@jenicke123
@jenicke123 2 ай бұрын
So basically it's just a procedural generation that's used for obbies, and not room generation.
@M-x-E_Main
@M-x-E_Main 18 күн бұрын
It can be used for room generation he does that in a different video
@jenicke123
@jenicke123 11 күн бұрын
@@M-x-E_Main I'm fully aware of that
@Fridge_Minion
@Fridge_Minion 2 ай бұрын
15:01 The chances are: 1296 or 0.0772%
@sick_tr1cks
@sick_tr1cks 2 ай бұрын
thank you for making a video about this, people overexplained room generation in the devforum and i figured out the problem, 2 minutes into your video (all i needed were start parts & end parts, and values tied to each room to avoid overlapping)
@A.Theory
@A.Theory 2 ай бұрын
If you wanted to know how to fix it generating in itself all you have to do is have a variable that is set to whichever piece was put in last meaning every time the loop runs check if the last piece was a turn piece and if it was generate another piece and same thing apply if the new piece is also a turn piece
@Tim56294
@Tim56294 2 ай бұрын
didn't understand 80% of the video but that's cool
@roastingmarshmallow8654
@roastingmarshmallow8654 2 ай бұрын
you have to test your dream out because repeating it 5,000 times is too much
@linkfoush
@linkfoush 2 ай бұрын
i have already made an infinite cart ride using this like a few years ago
@SomewhatGrand
@SomewhatGrand 2 ай бұрын
This is a great consept. I might try and make this for my game.
@NBU38
@NBU38 29 күн бұрын
with some cool ambient this can be intresting myth game or something like that
@KenDGGs
@KenDGGs 2 ай бұрын
I finally found out how to make randomly generate something. This is very cool to me🍅
@Itz_Voxel_
@Itz_Voxel_ 2 ай бұрын
14:45 given there's 6 models it will make it 1/6 chance of spawning, times 4 will make ir 1/24 :))) Edit: my brain is poo and it's actually 1/1296
@Itz_Voxel_
@Itz_Voxel_ 2 ай бұрын
I'm pretty sure my math is mathing
@SnubbsStudio
@SnubbsStudio 2 ай бұрын
you're so sigma!!!
@blueback999
@blueback999 2 ай бұрын
it’d actually be 1/6 raised to the power of four, or a 1/1296 chance
@Itz_Voxel_
@Itz_Voxel_ 2 ай бұрын
@@blueback999 knew I was wrong lmao, I'm not even checking if that's true or not
@oyuncugeldi9096
@oyuncugeldi9096 2 ай бұрын
its 1/1296 what you mean by 1/24 dude
@kristofgaming39
@kristofgaming39 2 ай бұрын
15:07 it is 0.07716% chance for four in a row slides
@ItzXenom
@ItzXenom 2 ай бұрын
Add rarer plates with weapon and checkpoints would be fun
@PoggersFloppa
@PoggersFloppa 2 ай бұрын
from the start: its fun when it works and its good.
@farciarzfunny5326
@farciarzfunny5326 2 ай бұрын
or if its just cool
@PoggersFloppa
@PoggersFloppa 2 ай бұрын
@@farciarzfunny5326 yea
@RandomStuff1T
@RandomStuff1T 2 ай бұрын
This is basically the default roblox line runner in the studio
@alussk
@alussk 2 ай бұрын
Dose he realize that he literally just made doors?
@zyqunix
@zyqunix 2 ай бұрын
gnomecode literally made a tutorial on this
@SadlekAski
@SadlekAski 2 ай бұрын
@@zyqunix Imagine needing tutorial
@SkIlIeR
@SkIlIeR 2 ай бұрын
This is nice for testing pathfinder
@isaiaholodj
@isaiaholodj 2 ай бұрын
guys pls watch the video before commenting
@45TR4L1TY
@45TR4L1TY 2 ай бұрын
guys pls read the comment before responding
@delictum000
@delictum000 2 ай бұрын
guys pls read the reply above before replying
@Tueydo
@Tueydo 2 ай бұрын
guys pls read the first reply's first reply before replying
@dawakeplotta
@dawakeplotta 2 ай бұрын
guys pls read all the replies above me before replying
@delictum000
@delictum000 2 ай бұрын
guys pls read before responding to anything
@DrippyRussianForever
@DrippyRussianForever 2 ай бұрын
you should check out cart ride into the unknown, it uses the same concept with things like intersections
@Sadmar09
@Sadmar09 21 күн бұрын
13:29 I did the math an it is 1 in 1296 or 0.07716% Your welcome 🥔
@Mr.Bonuts
@Mr.Bonuts 2 ай бұрын
I've always preferred classic Roblox &playing retro studio and very few other games on Roblox but some things that modern Roblox can do are just INSANE! In a good way, of course. But for me unfortunately the good does not outweigh the "new innovative features" That have existed for YEARS but is not getting shoe-horned into Roblox. EDIT: Also I wanna learn how to code and this does kinda inspire me for some reason.
@BeninjaBlueDev
@BeninjaBlueDev 23 күн бұрын
Alternate title: "Gnomecode doors episode 1" 💀
@TGT_YT
@TGT_YT 2 ай бұрын
Could you PLEASE do a vid about buffers im so confused 🙏🏻🙏🏻
@Grytix5567
@Grytix5567 2 ай бұрын
the beginning is really what im doing; creating a doors fangame.
@AstralusThedev
@AstralusThedev 2 ай бұрын
this is a great video! but i have a question. how do i make it detect if the 49th model spawn in so i can make the 50th model be different from the rest.
@Tooper...
@Tooper... 2 ай бұрын
This is what im using for my game im working on.
@Inordinary_Hobbyist
@Inordinary_Hobbyist 2 ай бұрын
15:06 i think its 1/6^4 so its equals to 1/1,296 chance or 1/1,296 * 100% = 0.07716%
@TheRobloxG
@TheRobloxG 2 ай бұрын
mine doesent work, all the parts end up in the exact place, it does randmize but it doesent move it forwards
@TheguynamedT169
@TheguynamedT169 2 ай бұрын
Same I have been trying to get it work for like 2 hours but it didn't work. This is probably because roblox studio had an update
@chickon_real
@chickon_real 2 ай бұрын
There is a game that already uses the exact same concept, its called cart ride into the unknown.
@NeverVision
@NeverVision 2 ай бұрын
bro fr took my whole game idee in i vid away :)
@Jigmaga
@Jigmaga 2 ай бұрын
Im confused
@SPYARMYFFFF
@SPYARMYFFFF 2 ай бұрын
Basically he make parts and the script duplicates it randomly
@SkyLavend
@SkyLavend 2 ай бұрын
Bro made a roguelike
@JuiceyDev
@JuiceyDev 2 ай бұрын
Terry A. Davis would be proud of you and he'd name it "God obby" since its random.
@gæming満満満満満
@gæming満満満満満 2 ай бұрын
previous title: this game has no creator (i think)
@Qalko1
@Qalko1 2 ай бұрын
how can i make it and the end of the generation i make a timer how long it took u ?
@lolbet
@lolbet 2 ай бұрын
BRO U SHOULDVE MADE THE INFINITY CASTLE FROM DEMON SLAYER
@Botanick155
@Botanick155 2 ай бұрын
Btw you can make Doors by using this system
@TublorWasTaken
@TublorWasTaken 2 ай бұрын
This has helped me a lot more than it should've...
@zythe9876
@zythe9876 2 ай бұрын
so just procedurally generating?
@justaneric
@justaneric 2 ай бұрын
Not really
@zbritishteaman
@zbritishteaman 2 ай бұрын
@@justaneric Yes really, that's exactly what it is
@JohnDoe-ci8lj
@JohnDoe-ci8lj 2 ай бұрын
@zbritishteaman nah procedural generation is when the game generates around the player, it’s used for performance most of the time. This is just random generation.
@zythe9876
@zythe9876 2 ай бұрын
@@JohnDoe-ci8lj is this not generating around the player in a sense?
@JohnDoe-ci8lj
@JohnDoe-ci8lj 2 ай бұрын
@zythe9876 Yeah it’s not. Its just random generation.
@mineline5620
@mineline5620 2 ай бұрын
Dude I mean it's a simple idea but I wanted to make exactly that....
@justriyk14
@justriyk14 2 ай бұрын
love your content 🙏
@dembones9275
@dembones9275 2 ай бұрын
infinite randomized dungeon's for car building based rpg
@randomrexplayer
@randomrexplayer 2 ай бұрын
15:00 if im correct that would be 6^4 so its 1/1296
@steroprince
@steroprince 2 ай бұрын
15:05 the chance is 0.0007716 or 0.07716% chance or 1 in 1,296
@Glaze8-c7u
@Glaze8-c7u 2 ай бұрын
Hey I'm a Roblox scripter too! I like your vids!
@NoiceJacob
@NoiceJacob 2 ай бұрын
underrated
@rivercape982
@rivercape982 Ай бұрын
So a jigsaw block (minecraft)
@TD_playz
@TD_playz 2 ай бұрын
How Roblox doors made her game rooms randomised
@simon_pov5271
@simon_pov5271 2 ай бұрын
What if theirs a Seed UI That Tells You The Seed your in So Players Try To Find The Beast Seed To SpeedRun
@mvrkjrdn
@mvrkjrdn 2 ай бұрын
if you turn all of these into rooms n such then bam You just made the next Doors
@astonious
@astonious 2 ай бұрын
oh lol i made something like this way back this year, called it randomly generated obby
@lua_programmer
@lua_programmer 2 ай бұрын
7:36 Always forgetting to clone things
@jacksonlindberg8623
@jacksonlindberg8623 2 ай бұрын
Whats the game called?
@mell0wzgmd
@mell0wzgmd 2 ай бұрын
3d pipes (roblox edition)
@idzwakey8737
@idzwakey8737 2 ай бұрын
You kinda forgot to put the game link in the description.
@Cyroid_1
@Cyroid_1 2 ай бұрын
where is the link to the game
@HellsWaffle
@HellsWaffle 2 ай бұрын
12:44 bro figured out how to reach the bottom
@mezohx
@mezohx 2 ай бұрын
Do the thug shake
@Xetrexo
@Xetrexo 2 ай бұрын
I've been making a game now for 1 month it be done at Christmas
@arh_gaming
@arh_gaming 2 ай бұрын
where is the game link
@AdamNeverStopsGaming
@AdamNeverStopsGaming 23 күн бұрын
pls make it uncopylocked and put the link here
@Sadmar09
@Sadmar09 22 күн бұрын
It kills me when I fall for too long, how do I fix that?
@Sadmar09
@Sadmar09 21 күн бұрын
Looked at the devforum and found out that a property of the workspace fixes that😂
@reaper15
@reaper15 2 ай бұрын
bro simply made a DOORS :p
@sola_is_chilling
@sola_is_chilling 2 ай бұрын
i just had an evil idea
@BL4DESS
@BL4DESS 2 ай бұрын
Share it
@Atavistic_roblox
@Atavistic_roblox 2 ай бұрын
that's how my game is made
@farciarzfunny5326
@farciarzfunny5326 2 ай бұрын
"roblox game dev is boring.." alright, but have you heard of creativity?
@TheAmazingRobloxDev
@TheAmazingRobloxDev 2 ай бұрын
the chance of 4 stairs spawning was 67% or 66.666666666666666666666666666%
@creeperplayzz
@creeperplayzz 2 ай бұрын
Day 80 of edging to your videos
@snailwitnoname
@snailwitnoname 2 ай бұрын
this is very road to grambys
@Qalko1
@Qalko1 2 ай бұрын
where do you put the script lol
@yup2_2
@yup2_2 2 ай бұрын
your videos are very good, please don’t magically turn into a frog then you wouldn’t be able to make videos, and that would be bad.
@LebatrowAndSqueak
@LebatrowAndSqueak 2 ай бұрын
1 in 1926 15:05 So it happens about 5 times each one so you just found it early
@calebtherobloxian
@calebtherobloxian 2 ай бұрын
its 1296 not 1926
@LebatrowAndSqueak
@LebatrowAndSqueak 2 ай бұрын
@@calebtherobloxian sorry...
@calebtherobloxian
@calebtherobloxian 2 ай бұрын
@@LebatrowAndSqueak its fine you just made mistake
@mxdagamedev
@mxdagamedev 2 ай бұрын
Bru, that was my idea! But, i let u have it :)
@0Kinn
@0Kinn 2 ай бұрын
isnt this just doors or tower of hell (or any clones of that)?
@That-yt-channel-
@That-yt-channel- 2 ай бұрын
15:05 the chance was 1 in 1296
@sdaaairbk
@sdaaairbk 2 ай бұрын
The chances to get the same is 1% probably
@aydenvillanueva6380
@aydenvillanueva6380 2 ай бұрын
Your Amazing
@golden999gold9
@golden999gold9 2 ай бұрын
Bro made a tutorial of how to copie generated games 💀
@HypoCritic2011
@HypoCritic2011 2 ай бұрын
This is procedural generation.
@Mongoose0525
@Mongoose0525 2 ай бұрын
bro recreated doors in 15 minutes 💀
@Indestinate
@Indestinate 2 ай бұрын
15:05 chance is 1/1296
@BaconDaJaeger
@BaconDaJaeger 2 ай бұрын
Someone make the infinity castle from demon slayer
@paticat79
@paticat79 2 ай бұрын
normal elevator game but u walk
@ThunderClipz
@ThunderClipz 2 ай бұрын
On god❤
@Ecksos
@Ecksos 2 ай бұрын
can i get one diet water to go
@kimmichmentality_official
@kimmichmentality_official 2 ай бұрын
make enrico pucchi's time acceleration
@vermamaerodriguez96
@vermamaerodriguez96 2 ай бұрын
wdym by that
@HoldingThisHandle
@HoldingThisHandle 2 ай бұрын
dude fix your discord server it's a walking timebomb
@Evertide
@Evertide 2 ай бұрын
15:02 The chances are 1/1296
@milk5856
@milk5856 2 ай бұрын
ehm... doors?
@vibinghiro2617
@vibinghiro2617 2 ай бұрын
I’m thinking if this was in a practical game there would be a rarity system for how easy the obby is, like 1% chance unlocked! Super easy: Less than 50 obstacles in obby and you could save it to get more wins. Did I just create obby rng simulator idea where you can buy stuff with wins and roll for easier obbies…….
@HypoCritic2011
@HypoCritic2011 2 ай бұрын
This is just tower of hell… 11:11
This Roblox Game Pretends to Hack Your Computer
18:54
ByteBlox
Рет қаралды 200 М.
Learning C - Build Your Own Lisp [1]
2:16:48
Domagoj Mišković
Рет қаралды 1,6 М.
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 131 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 2,9 МЛН
風船をキャッチしろ!🎈 Balloon catch Challenges
00:57
はじめしゃちょー(hajime)
Рет қаралды 88 МЛН
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 56 МЛН
How to make OVER-HEAD GUI Tags | Roblox Studio Tutorial
30:56
Itz_FloppyFish
Рет қаралды 49 М.
Why I Hate Roblox Simulators
16:42
ByteBlox
Рет қаралды 64 М.
I Made a Fake Warning to Scare Roblox Players
16:31
ByteBlox
Рет қаралды 1,7 МЛН
Iron Lung is not as bleak of a setting as people think(sorry)
19:16
I Made Minecraft, but It's 4D
13:48
Mashpoe
Рет қаралды 5 МЛН
Why Did Roblox Change The Default Avatar?
13:27
ByteBlox
Рет қаралды 12 М.
10 Minutes vs. 10 Years of Animation
19:29
Isto Inc.
Рет қаралды 1,2 МЛН
Proving That Randomness is Not Actually Random
16:47
ByteBlox
Рет қаралды 28 М.
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 131 МЛН