Тёмный
No video :(

How to make a Rooms Fangame (stop watching this please) 

aiohwa
Подписаться 1,6 тыс.
Просмотров 18 тыс.
50% 1

So im re-making this series but much more better.
Next episode will be making entity movement!
Tags
Rooms, Rooms low detailed, Interminable Rooms, aiohwa, how to make a rooms fangame

Опубликовано:

 

27 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 469   
@aiohwa
@aiohwa 6 месяцев назад
this is so much better!!!!!! also, people told me past 7:55 the subtitles are covering the code so here is just the full code for the "Room_Generation" script in serverscriptservice local Rooms = game.ServerStorage.Rooms local DoorNum = game.ReplicatedStorage.DoorNumber local LatestRoom = game.ReplicatedStorage.LatestRoom local StartRoom = game.ReplicatedStorage.StartRoom local Door_Event = game.ReplicatedStorage.Door_Open local function Generate() local NewRoom = Rooms:GetChildren()[math.random(1, #Rooms:GetChildren())]:Clone() local Text = NewRoom.label.SurfaceGui.TextLabel if DoorNum.Value < 10 then Text.Text = "A-00".. DoorNum.Value elseif DoorNum.Value < 100 then Text.Text = "A-0".. DoorNum.Value elseif DoorNum.Value < 1000 then Text.Text = "A-".. DoorNum.Value end NewRoom:PivotTo(LatestRoom.Value.exit.CFrame) NewRoom.Parent = workspace.Generated LatestRoom.Value = NewRoom end Door_Event.Event:Connect(function() DoorNum.Value += 1 Generate() end) (it took me 2 hours to make this video 😭🙏)
@Vicadecool
@Vicadecool 6 месяцев назад
WERE BACK!!!1!1!1!!!!!!!1!1!1!
@obywateljulo3436
@obywateljulo3436 6 месяцев назад
can you make this as a um kit plz :3
@yoboyjoshua1
@yoboyjoshua1 6 месяцев назад
@@obywateljulo3436 dude u already got the code, just do it. No need for a kit.
@mathiasgameplays6036
@mathiasgameplays6036 6 месяцев назад
@@obywateljulo3436learn how to script
@aiohwa
@aiohwa 6 месяцев назад
@@obywateljulo3436 no im not making it as a kit when i made my stuff in models people just stole it and reuploaded it
@iDoStuff16
@iDoStuff16 6 месяцев назад
the memories are flooding back
@ImStubid385
@ImStubid385 4 месяца назад
gd reference real
@kudrex3901
@kudrex3901 Месяц назад
@@ImStubid385 FOCUS
@thatdudewiththeplant
@thatdudewiththeplant 6 месяцев назад
Good song choice, Really helped me FOCUS
@SmilerRiot
@SmilerRiot 4 месяца назад
EDIT: THE EXIT PART WAS UNANCHORED SO THAT'S WHY THAT ERROR WAS HAPPENING. Also good tutorial For some reason, I was opening doors which generated 1 room as usual but, when I open a few doors, the rooms stopped generating. In the output, it says that “Exit is not a valid member of this room” but I literally have the exit in the room and there is no typos.
@Bertrayo
@Bertrayo 4 месяца назад
could you help me? ik you didnt make the video and might not know how to fix but nobody is responding. basically, rooms arent generating at all. pls help if you can
@SmilerRiot
@SmilerRiot 4 месяца назад
@@Bertrayo Try checking for any typos and set the primary part of a room to the “entrance” model
@Bertrayo
@Bertrayo 4 месяца назад
@@SmilerRiot entrance is correctly named, and primary part is entrance, no errors either. but it just wont generate :(
@Bertrayo
@Bertrayo 4 месяца назад
@@SmilerRiot follow up: the "error" that i was getting before was line 19 of room_generation (LatestRoom.Value.exit.CFrame) basically it doesnt know where to pivot, therefor doesnt generate
@SmilerRiot
@SmilerRiot 4 месяца назад
@@Bertrayo You need to put in “NewRoom:PivotTo(LatestRoom.Value.Exit.CFrame)
@chrisrodriguezm13
@chrisrodriguezm13 5 месяцев назад
Thanks, now I can make X’s Rooms: Recoded with this
@ollea60
@ollea60 4 месяца назад
you have to move the text its covering up the "Main" modifications which cause the game not to realize that its gotta generate
@Hazenrdpk2612
@Hazenrdpk2612 5 месяцев назад
BRO WHY WONT PEOPLE TELL WHICH CFRAME DOES THE PART HAS TO FACE. THAT MAKES IT COMPLICATED TO MAKE ROOMS GENERATED.
@Hazenrdpk2612
@Hazenrdpk2612 4 месяца назад
Nvm I found out lol
@e4p614
@e4p614 3 месяца назад
@@Hazenrdpk2612 how?
@Hazenrdpk2612
@Hazenrdpk2612 3 месяца назад
@@e4p614 make sure the cframe is positioned correctly.
@altClock..
@altClock.. 6 месяцев назад
also if you dont want the gen be curved you can use different method for the pivot, in startroom and other rooms you can put a invisible 1,1,1 sized block and call it "EndPart" and put it at the door pos but at the center. Then in the rooms you have to remove the door enter walls (3 of them) and done
@A_181_
@A_181_ 6 месяцев назад
Good thing i know how to make a locker but im waiting for part 3
@yankoyankov-fx8pb
@yankoyankov-fx8pb 6 месяцев назад
bro put limbo music to make us F O C U S
@ryanphillips6335
@ryanphillips6335 Месяц назад
Bro your video is amazing! I subbed and I'm going to follow the entire tutorial! Thank you for this masterpiece!
@Untitled_Gaming_channel
@Untitled_Gaming_channel 5 месяцев назад
Bruh the song is fire when you play it at 0.5x speed
@randomstuffloool
@randomstuffloool 6 месяцев назад
I usually don’t watch tutorials but im watching allat 🔥🔥🔥
@nathangd5136
@nathangd5136 3 месяца назад
I don’t really want to just copy like brain dead people so as a person who codes but can’t explain, I’ll explain the door code. You can see various variables on the top of the script, using the proximity prompt, the doorspawn, also getting a service called TweenService and the sound. So when the proximity prompt is triggered, we must connect it to a function and add a perimeter of the name “player”. So then, it gets the variables of the player’s character and the humanoid of the character. If the humanoid’s health is less than 1, it will return. Now, it will create a new Tween with a new Tween info. After that is done, we will play the tween animation, and the sound will be played, then it will wait a second. (*did I miss a line of code?*)
@nathangd5136
@nathangd5136 3 месяца назад
I didn’t explain it exactly, but the way to learn I recommend is to look back on the code you have written and try to understand it.
@Hurricane_Activity
@Hurricane_Activity 6 месяцев назад
this will really stop people saying “you can’t code”
@aiohwa
@aiohwa 6 месяцев назад
yea some tean fans say i cant code when i can code better than them lmfao
@Hurricane_Activity
@Hurricane_Activity 6 месяцев назад
@@aiohwa just show that you can code and their faces will be priceless 💀
@aiohwa
@aiohwa 6 месяцев назад
@@Hurricane_Activity they already know i code well they just mad as hell lol
@Hurricane_Activity
@Hurricane_Activity 6 месяцев назад
@@aiohwa XD
@monasanchez6892
@monasanchez6892 2 месяца назад
@@aiohwa 8:47 The subtitles were covering what you were typing, can you tell me what it was?
@DS_MOD
@DS_MOD 23 дня назад
I'm no longer having trouble! Apparently it didn't like that I had label set to a model and not the part it was assigned to take the TextLabel from!!
@EterSky08
@EterSky08 6 месяцев назад
Hey, i'm having an issue where "exit" and "entrance" are not being cloned to the Generated Rooms I also have an issue where some of my rooms spawn sideways to the left
@SmilerRiot
@SmilerRiot 4 месяца назад
Try typing this script in: NewRoom.PrimaryPart = NewRoom.Entrance. This script basically sets the NewRoom's primary part as the entrance so the entrance can pivot to the exit, this will help your rooms be aligned and not messy. Also check if your exit or entrance is anchored because if it is not, the script cannot work correctly.
@yourcertifiedlonely
@yourcertifiedlonely 6 месяцев назад
I remember making my rooms game using his kit.
@Sans_In_A_Basement
@Sans_In_A_Basement 6 месяцев назад
6:20 feels familiar
@miriamgonzalez2675
@miriamgonzalez2675 5 месяцев назад
The door broke and i cant figure out what broke, everything is spelled correct. Can you comment me all the code please?
@miriamgonzalez2675
@miriamgonzalez2675 5 месяцев назад
Wait how did I get a like
@AgnesKiener-ec2wr
@AgnesKiener-ec2wr 6 месяцев назад
I Have Learned How To Make Animaions Whit TweenService And How To Tween The Character Body Parts And I Learned That From You At Your 600 Sub Special Live Stream Named "Making a IR: Recoded fangame [600 SUB SPECIAL!]" From That Live Stream I Was Able To Make Cool Animations And I Began Making Rooms Games And Grew Up Kinda! And Found Out How To Make Room Generation And I Was Getting Better At Understanding Code And I Myself Found Out Not To Long Ago How To Tween The Entites Through All The Rooms Whit Waypoints As Well!
@AgnesKiener-ec2wr
@AgnesKiener-ec2wr 6 месяцев назад
Finaly We Get The Fr One
@Fxfifaa
@Fxfifaa 6 месяцев назад
BRo u got the same subs as me im sure urs will increasemore
@handgrat
@handgrat Месяц назад
Dude this helps a lot now i can make my own fan game!
@SkieMC
@SkieMC 6 месяцев назад
Memories.. Man.. OH ALSO THIS MIGHT BE USEFUL FOR MY FREN TY :3
@RomanKridd_Official
@RomanKridd_Official 4 месяца назад
Now we need tutorial about entities, tables, closets etc.
@MrDrift3015
@MrDrift3015 4 месяца назад
He already made part two which covers entity’s and part three which covers closets
@Untitled_Gaming_channel
@Untitled_Gaming_channel 5 месяцев назад
uhh, I can only open the door but the room generation doesn't work
@pimka1ca
@pimka1ca 5 месяцев назад
How can I make my camera shake when the monster is flying?
@aiohwa
@aiohwa 5 месяцев назад
what
@pimka1ca
@pimka1ca 5 месяцев назад
I need to make the screen shake when the monster flies by
@BengermenFranklin
@BengermenFranklin 3 месяца назад
@@aiohwa Like in Doors, when Rush or Ambush pass by, your screen shakes, he means that.
@user-tz7sl4mk7e
@user-tz7sl4mk7e 6 месяцев назад
Hi @aiohwa, will you do perpetual rooms refreshed leak?
@goober1144
@goober1144 6 месяцев назад
or just wait for the game.
@user-tz7sl4mk7e
@user-tz7sl4mk7e 6 месяцев назад
@@goober1144yes I'm waiting for the refreshed update i was asking
@LunarisTheDeveloper
@LunarisTheDeveloper 6 месяцев назад
will this compete with nex's kit?!?!?!?!
@theonesemanthatplaysbrutal5192
@theonesemanthatplaysbrutal5192 6 месяцев назад
Since I already have a Rooms fangame, I probably wont need this (unless it also teaches you how to make locker checkers bcuz my game has NONE)
@aiohwa
@aiohwa 6 месяцев назад
it's not even compatible with this tutorial
@BloodmoonYt9
@BloodmoonYt9 14 дней назад
@@aiohwa Copy paste the code for door open pls, I typed it and it didnt work
@pimka1ca
@pimka1ca 6 месяцев назад
Music from the level LIMBO from geometry dash
@lcd41014
@lcd41014 2 месяца назад
FOCUS.. on making the fangame
@SkippyPlays9382_Official.
@SkippyPlays9382_Official. 3 дня назад
It works but the door just *Falls* but i will keep it Thanks!
@RushAllDOORS
@RushAllDOORS 6 месяцев назад
Next video is: How to make a Rooms Fangame Part 2: Entities (Rushers, Rebounders)
@aiohwa
@aiohwa 6 месяцев назад
correc
@RushAllDOORS
@RushAllDOORS 6 месяцев назад
And you will teach us how to make a Table Checkers
@aiohwa
@aiohwa 6 месяцев назад
@@RushAllDOORS thats in part 5 i think
@RushAllDOORS
@RushAllDOORS 6 месяцев назад
Okay 👌
@RushAllDOORS
@RushAllDOORS 6 месяцев назад
By the way, your tutorials are very useful to me. I'm doing my Rooms here. It is at the prototype stage, but the alpha will be released only in April. Don't you want to check it out sometime?
@mokaka-303
@mokaka-303 12 часов назад
what to do if there is no door animation and how to add it please help there is a button and it does nothing and there is no animation everything is there except the door animation
@thecolingamer4
@thecolingamer4 5 месяцев назад
i tried to make a rooms game with this tutorial and i followed the steps until the door script but the door script i typed like you did it did not work
@aiohwa
@aiohwa 5 месяцев назад
open output for the error so u can fix
@thecolingamer4
@thecolingamer4 5 месяцев назад
Ok I will tomorrow
@Adamthecooleditor
@Adamthecooleditor 5 месяцев назад
@@aiohwa I tried to make it for your tutorial and the starter room make a disaster I’m gonna use a kit
@tashagilpin22
@tashagilpin22 5 месяцев назад
Move door script pls i cant see with bad quality
@RedRepost95
@RedRepost95 6 месяцев назад
I-its.... you.... its.... ITS.... ITS BACK!!1111
@jackiecochran2737
@jackiecochran2737 2 месяца назад
The song got me like: 🗝 🗝 🗝 🗝 🗝 🗝 🗝 🗝
@BibliotecaLOL
@BibliotecaLOL 4 месяца назад
8:47 The subtitles were covering what you were typing, can you tell me what it was?
@ARIRS-rv3xf
@ARIRS-rv3xf 2 месяца назад
WHAT
@THEJEATING
@THEJEATING 6 месяцев назад
nice tutorial
@catarmy956
@catarmy956 3 месяца назад
door don't work
@maxius8151
@maxius8151 5 месяцев назад
i got a problem whit red line, it say " ServerScriptService.Room_Generation:19: attempt to index nil with 'exit' " i type "exit" exacly like the video, idk how to fix it, pls tell me
@aiohwa
@aiohwa 5 месяцев назад
you didn't set the latest room value to start room
@maxius8151
@maxius8151 5 месяцев назад
ooh
@maxius8151
@maxius8151 5 месяцев назад
so i have to put all values to start room workspace to? @@aiohwa
@maxius8151
@maxius8151 5 месяцев назад
i fixed it i will give a super like to this video :D@@aiohwa
@aiohwa
@aiohwa 5 месяцев назад
thanks@@maxius8151
@BloodmoonYt9
@BloodmoonYt9 14 дней назад
DAMN!!!!, The freaking door wont open bruh
@itz_n3uva
@itz_n3uva 4 месяца назад
the generation script doesn't work. there's no errors so I'm assuming it just isn't being called? I copied the code off the pinned comment and did everything exactly so idk why it's not working, please help
@itz_n3uva
@itz_n3uva 4 месяца назад
Nevermind I forgot to make the event fire when the door was opened
@theoneandonlyonekomon
@theoneandonlyonekomon 5 месяцев назад
@aihowa copy and paste door script please
@zzycot
@zzycot 6 месяцев назад
No way i can make a rooms fangame without kits!1!1!1!
@InfectiousGamess
@InfectiousGamess Месяц назад
Can anyone help me? When I open the first door, it always gives me this error: “ServerScriptService.Room_Generation:19: attempt to index nil with ‘exit’” can anyone please help me?
@the_E_isnot_theeing
@the_E_isnot_theeing 4 месяца назад
I lost hope when i did all correct, i copied room gen script and pasted but when i open door, it opens but room dont generate!!!!
@catarmy956
@catarmy956 5 месяцев назад
door won't work
@coulombe14rblx
@coulombe14rblx 6 месяцев назад
Hey aiohwa, ive done everything like youve done but somehow the room generation isnt working.. the door opening is working but not the room generating i tried looking for red parts but there werent and also tried copying your version but same results do you know whats happening?
@aiohwa
@aiohwa 6 месяцев назад
not really, sorry.
@coulombe14rblx
@coulombe14rblx 6 месяцев назад
@@aiohwa oh ok If you ever find out the issue pls tell me!
@Superoneswithtophats
@Superoneswithtophats 4 месяца назад
3:01 it’s the limbo song that when the keys move
@fmgaverollo9871
@fmgaverollo9871 2 месяца назад
Yeah it makes you *F O C U S* to this guide.
@fmgaverollo9871
@fmgaverollo9871 2 месяца назад
6:21
@fmgaverollo9871
@fmgaverollo9871 2 месяца назад
9:43
@Mrtempest1235
@Mrtempest1235 11 дней назад
yo can you help me with the error im having issues, with? its this "attempt to concatenate Enum with nil" it gives me this error when i try to open the door but it just wont open
@miguelgoncalvesmarquetti7669
@miguelgoncalvesmarquetti7669 9 дней назад
hey in 8:45 how is the comand you put because your text is blocking
@altClock..
@altClock.. 6 месяцев назад
its... FUCKING... BACK.
@Casacade
@Casacade 2 месяца назад
the text for main is in the freaking way
@r2w-z9o
@r2w-z9o 5 месяцев назад
the damn geometry dash music is getting me 😭😭😭😭
@aiohwa
@aiohwa 5 месяцев назад
focus
@r2w-z9o
@r2w-z9o 5 месяцев назад
@@aiohwa hey blud i can barely see the text you added at 8:45 what is it?
@aiohwa
@aiohwa 5 месяцев назад
@@r2w-z9o it say game.ReplicatedStorage.Door_Open:Fire()
@aiohwa
@aiohwa 5 месяцев назад
@@r2w-z9o if what I said doesn't work try decapitalizing the letters in door_open (did I make a new word)
@r2w-z9o
@r2w-z9o 5 месяцев назад
@@aiohwa it still doesn't work but thank you
@catarmy956
@catarmy956 3 месяца назад
can somebody help me? the door Noise Won't play
@theoneandonlyonekomon
@theoneandonlyonekomon 5 месяцев назад
error: Workspace.StartRoom.Door.Main:6: invalid argument #1 to 'Connect' (RBXScriptSignal expected, got function) - Server - Main:6
@mathiasgameplays6036
@mathiasgameplays6036 6 месяцев назад
finally one wihout kits
@enst3ncy228
@enst3ncy228 2 месяца назад
can we change the lobby and the door to make it better? :D
@somenormalbanana11
@somenormalbanana11 6 месяцев назад
YIPPPEEEEEE edit: can yall stop bitching about errors 😭
@wewwawwew-jm4sn
@wewwawwew-jm4sn 4 месяца назад
so i have a problem with the tweening between the door animation and i was wondering how to make it pivot to the DoorOpen thingy and i opened the output no typos no errors yet the tween isn't working i tried unanchoring it; didn't work so pls tell me how it should be fixed EDIT: displaced a ":" with a "." and couldn't see the error HAH
@KyrieSmith-bl1on
@KyrieSmith-bl1on 4 месяца назад
IM MAD>:( 8:41 THE SUBTITLES ARE BLOCKING THE SCRIPT SO I CANT SEE IT. please fix:(
@Exquizity
@Exquizity 3 месяца назад
game.ReplicatedStorage.Door_Open:Fire()
@INTERMINABLE_ROOMS_SPAWNER
@INTERMINABLE_ROOMS_SPAWNER 5 месяцев назад
I still can't get the door open-_- -_- -_- -_- -_- -_-
@INTERMINABLE_ROOMS_SPAWNER
@INTERMINABLE_ROOMS_SPAWNER 5 месяцев назад
make a kit bruh-_- I'm not going to copy your commands all from scratch so that in the end NONE OF them work.
@aiohwa
@aiohwa 5 месяцев назад
@@INTERMINABLE_ROOMS_SPAWNER atleast try opening output for the error
@INTERMINABLE_ROOMS_SPAWNER
@INTERMINABLE_ROOMS_SPAWNER 4 месяца назад
@@aiohwa I've already put, everything, everything you ordered, the old kit didn't work, and neither did this one, man. Just make a simple kit, is that easy for you? That I'll never be able to do things I wanted to, I hate myself
@aiohwa
@aiohwa 4 месяца назад
@@INTERMINABLE_ROOMS_SPAWNER I don't plan on making a kit since people on the toolbox will just repost my models and I wouldn't be able to do anything about it
@INTERMINABLE_ROOMS_SPAWNER
@INTERMINABLE_ROOMS_SPAWNER 4 месяца назад
@@aiohwa ok bye
@ThesillyV221
@ThesillyV221 4 месяца назад
I did the script for the door but whenever I open the door it just don’t open how do I fix this? I think I made the script wrong
@bzmilko
@bzmilko 3 месяца назад
I am aware that I already commented on this video, but I keep on getting this “attempt to index nil with ‘play’” message during the part where you open the door, does anyone know what’s going on?
@newseek200
@newseek200 5 месяцев назад
6:22 origin of FOCUS (u-10 hoax)
@aiohwa
@aiohwa 5 месяцев назад
bro it originates from Nighthawk22 💀
@maryalarcon7574
@maryalarcon7574 4 месяца назад
I don’t see a button that shows the E to click on the door….
@connorlabs_reactor
@connorlabs_reactor 4 месяца назад
use a proximityprompt
@maryalarcon7574
@maryalarcon7574 4 месяца назад
I did
@A-45Rooms
@A-45Rooms 2 месяца назад
Thank you for this
@BloodmoonYt9
@BloodmoonYt9 22 дня назад
Sup Im makin a rooms fangame with this tutorial
@Mucheirp
@Mucheirp 4 месяца назад
bro i love u i try gnomo code tutorial but dont worked im gonna try this
@Spacer12345
@Spacer12345 4 месяца назад
EVERYTHING IS DONE RIGHT BUT IT DOESN'T WORK
@Windertonthe2nd
@Windertonthe2nd 28 дней назад
my door didn't work
@monasanchez6892
@monasanchez6892 2 месяца назад
i think part 3 is the assets
@iideadbush
@iideadbush 4 месяца назад
i dont like how some of the text covers the script at 8:34
@SuperDuperGamer4321
@SuperDuperGamer4321 4 месяца назад
Hey aiohwa, can you make a video *how to add rebound on your entities* Pls
@MrDrift3015
@MrDrift3015 4 месяца назад
He did it’s in part two but its further in the video
@SuperDuperGamer4321
@SuperDuperGamer4321 4 месяца назад
then make a video how to make a section in rooms
@MrDrift3015
@MrDrift3015 4 месяца назад
@@SuperDuperGamer4321 you said to add rebounding not sections 🤡
@SuperDuperGamer4321
@SuperDuperGamer4321 4 месяца назад
i want now a video *How to add section in your rooms games*
@theoneandonlyonekomon
@theoneandonlyonekomon 5 месяцев назад
what does the "Door_Anim" do?
@aiohwa
@aiohwa 5 месяцев назад
its the animation for when the door swings open
@theoneandonlyonekomon
@theoneandonlyonekomon 5 месяцев назад
yes but how does it do that in the script when its not a model
@SuperKrownRecovered
@SuperKrownRecovered 2 месяца назад
Bro not the limbo music
@Layter87K
@Layter87K 3 месяца назад
Thank You best man!
@AnotherKogamaPlayer
@AnotherKogamaPlayer Месяц назад
i tried but the door doesnt open
@jamesdrury3637
@jamesdrury3637 2 месяца назад
Hey aiohwa I can’t get the door to turn or make sound but I did the script and every step
@你是个傻瓜
@你是个傻瓜 22 дня назад
my door wont work and i followed the code your kit is broken
@theoneandonlyonekomon
@theoneandonlyonekomon 5 месяцев назад
aihowa copy and paste door script please
@GuaraniGames-b1k
@GuaraniGames-b1k 6 месяцев назад
Locker checker part 3?
@BloodmoonYt9
@BloodmoonYt9 22 дня назад
The door wont open, can you copy the door open script??
@awicaem5407
@awicaem5407 3 месяца назад
it could generate only 1 room tho
@Acidshot14
@Acidshot14 Месяц назад
how do i change room size without causing collision?
@THEROOMSEXPLORER11
@THEROOMSEXPLORER11 21 день назад
They say that you have a kit do you know what it’s link?
@ushanonu2900
@ushanonu2900 2 месяца назад
hey! i'm making a rooms game called intergalactic rooms! but the door script is not working. how do I fix it?🤔
@unknowface579
@unknowface579 3 месяца назад
idk why room generated not work the error is "Generated is not a valid member of Workspace" can someone tell me?
@unknowface579
@unknowface579 3 месяца назад
nvm is work idk how
@MIKE_1940
@MIKE_1940 4 месяца назад
This song reminds me of... GEOMETRY DASH!!!
@aiohwa
@aiohwa 4 месяца назад
whats the right key
@polygonthechicken
@polygonthechicken 3 месяца назад
HEY I CANT FIND THE OLD CARPET AND WOOD TEXTURE
@BengermenFranklin
@BengermenFranklin 3 месяца назад
Did you disable Use2022Materials in MaterialService? If not, do it, then it'll work.
@PrimaryDaGoof
@PrimaryDaGoof 3 месяца назад
Same
@NukaColaCompanyOfficial
@NukaColaCompanyOfficial 3 месяца назад
can you put the script of min 4:13 ? the vid is a bit blurry i cant see it at all
@Marcel-yf6tq
@Marcel-yf6tq День назад
The script for the door doesent work
@Marcel-yf6tq
@Marcel-yf6tq День назад
Nvm I figured it out
@Marcel-yf6tq
@Marcel-yf6tq День назад
I FIGURED IT OUT
@user-pm5vk1jg8w
@user-pm5vk1jg8w Месяц назад
hey what does the 8:46 new script line say? i cannot read it with the letters
@user-pm5vk1jg8w
@user-pm5vk1jg8w Месяц назад
the one line you copy for both Main scripts
@tristanmorgan4377
@tristanmorgan4377 Месяц назад
game.ReplicatedStorage.Door_Open:Fire()
@Brickfilmer637
@Brickfilmer637 5 месяцев назад
@aiohwa at 8:40 your text covers the script your typing I managed to find out what you wrote but my rooms only generate once then it stops does anyone know the solution?? Thanks!
@KiwiMelon728
@KiwiMelon728 4 месяца назад
What does it say? cuz I couldn't make it out lmao
@ScreechDude
@ScreechDude 4 месяца назад
Is it the door_open fire? "game.ReplicatedStorage.Door_Open:Fire()" *edit: I realised the edit-*
@Cris_channel29
@Cris_channel29 4 месяца назад
The generation doesn't work Im so confused Even i put folder named Gemerated Doesn't work.
@tristanmorgan4377
@tristanmorgan4377 Месяц назад
ik this is late reply but Generated is right spelling. see if it works
@WxterMxlonie
@WxterMxlonie 3 месяца назад
at 8:45 I also cannot see the script
@YoutubeChanel-qv2ox
@YoutubeChanel-qv2ox 2 месяца назад
I wanted to know how the 60 system works, can anyone help me?
Далее
Rooms Youtubers help me make a Rooms fangame (chaos)
8:23
The Official In-Depth Guide | Open Source Rooms
15:19
Avaz Oxun - 10 yillik yubiley konsert dasturi 2023
2:52:33
I Built a WATERPARK In My House!
26:28
Просмотров 18 млн
How to make a rooms Fangame! Part1
5:18
Просмотров 3 тыс.
Making a Game in 10 Minutes vs 1 Hour vs 24 Hours
11:15
First Entity vs Last Entity In Different Rooms Games
8:52
I Tried the First Ever Version of Scratch
9:27
Просмотров 804 тыс.
I Played Rooms Fangames With 0 Players
18:17
Просмотров 40 тыс.
I Made Minecraft, but It's 4D
13:48
Просмотров 5 млн
I tried Discord Bot Makers...
14:19
Просмотров 120 тыс.
Avaz Oxun - 10 yillik yubiley konsert dasturi 2023
2:52:33