How To Make A REALISTIC Roblox Horror Game

Поділитися
Вставка
  • Опубліковано 1 чер 2024
  • 🌟 Join our discord community to collaborate with other devs, discuss roblox studio, ask for scripting help, and much more!
    🔗 Link: / discord
    👍 If you enjoyed the video, leave a like and subscribe, it genuinely helps me out a lot!
    📜 Scripts - pastebin.com/y4x21RJm
    👁️ Footstep SFX Video - • How To Change Footstep...
    🎮 Play The Prototype Game - www.roblox.com/games/15384223...
    💬 Leave a comment telling me what you think, I'm always happy to hear what my viewers like and what videos they want to see in the future!
    📚 Chapters
    0:00 Intro
    0:15 Prototype Game
    1:23 Section 1: Building Your Game
    6:48 Section 2: Scripting Your Game
    17:51 Playtesting Your Game
    18:55 Publishing Your Game
    19:41 Outro
    🤔 What is Roblox? Roblox is a universal platform where you can let your imagination run free. Players can upload games they themselves have created through Roblox's development software, Roblox Studio. Roblox is a huge platform where friends, family, and others can play together, have fun, and make memories. It inspires creativity, friendships, teamwork, building, and cooperative play. A platform where all are welcome.
    🎵 Music
    1.) Animal Crossing 7PM - Nintendo
    2.) Portal Radio Theme - Portal - Valve
    #roblox​​ #robloxstudio​​ #robloxstudiotutorial #robloxstudiodevlog
  • Ігри

КОМЕНТАРІ • 719

  • @CoolCat453
    @CoolCat453 6 місяців тому +220

    Pin me

  • @dswqsa895
    @dswqsa895 5 місяців тому +186

    Optimization tip:
    If your light source with shadows is the same as without, turn the shadows off. Light sources with shadows enabled might impact performance a little bit.

    • @40kq
      @40kq 4 місяці тому +5

      In a very very small game like he showed, shadows will have 0 impact whatsoever.

    • @darkahrii
      @darkahrii 3 місяці тому +2

      if its a big map, make proper render distance and it shouldnt be too much of an issue (parent segments of the map to nil)

    • @betica7087
      @betica7087 2 місяці тому +2

      do you need glasses or smth shadows on looks soo much better

    • @theaveragecomment1014
      @theaveragecomment1014 Місяць тому

      @@betica7087 Personally I prefer making a game that doesn't lag badly to one that looks super super nice but it's just preference. I know you can certainly find an audience whether or not you need an alright computer to play. So everyone here has a valid opinion! but imo I like less lag

  • @cggaming740
    @cggaming740 6 місяців тому +266

    This is **heavily** underrated.

    • @Lucipaws
      @Lucipaws 5 місяців тому +3

      Agreed

    • @lenoxpI
      @lenoxpI 4 місяці тому +3

      Is it *HEAVILY* underrated?

    • @pikitinxz
      @pikitinxz 4 місяці тому +2

      Real

    • @Gtambreadongtag
      @Gtambreadongtag 3 місяці тому +1

      *heavily?*

    • @rxdom_vids
      @rxdom_vids 3 місяці тому

      I think you mean *HEAVILY*
      🏋️🏋️🏋️
      🏋️🏋️🏋️
      🏋️🏋️🏋️

  • @simplynewball9511
    @simplynewball9511 5 місяців тому +71

    As a beginner scripter this is actually some good advice unlike other tutorials which don't really explain much of what will happen and stuff. Sub +1

    • @alfamejeu7237
      @alfamejeu7237 3 місяці тому +1

      Do you mind sharing with me how you got into scripting? Did you follow a UA-camr ?

    • @funtasticgamers
      @funtasticgamers 2 місяці тому

      I use the devking, rodev and scriptix

    • @ec23472
      @ec23472 Місяць тому

      @@alfamejeu7237 you learn scripting
      🤯

    • @Jeffplays04
      @Jeffplays04 16 днів тому

      ​@@ec23472🤯

  • @ServantSinister
    @ServantSinister 6 місяців тому +67

    you know its a good horror game when you are scared of your own creation XD

    • @SLAM_y
      @SLAM_y 3 місяці тому +1

      it really happens to me lol

    • @Xiga1980
      @Xiga1980 3 місяці тому

      it happens to me too 😭

    • @Nicole-jf3gr
      @Nicole-jf3gr 2 місяці тому

      IT happened to me pls help i am scared lol

    • @ItzFabyXD
      @ItzFabyXD Місяць тому +3

      1 year ago i made a god damn free model game and i was too scared to get a key cuz i saw smth moving there (there was nothing)

  • @jonathanhaschipbag
    @jonathanhaschipbag 4 місяці тому +60

    To anyone who's flashlight script didn't work: make sure the folder with all the sounds of your game is named "SFX" and not Sounds, one error can break the entire script, and I have some experience with scripting so i understand the problem, hope this helps :D

    • @canismajoris513
      @canismajoris513 4 місяці тому +2

      For me the flashlight doesn’t even work. Idkw.

    • @unbentmarlin3950
      @unbentmarlin3950 4 місяці тому

      Just search up a tutorial on UA-cam for a working flashlight@@canismajoris513

    • @Roblox_gamer6893
      @Roblox_gamer6893 4 місяці тому +1

      For me I copied everything from it and it st I’ll did not work

    • @jonathanhaschipbag
      @jonathanhaschipbag 4 місяці тому

      i'm sorry bro idk what else to do@@Roblox_gamer6893

    • @jonathanhaschipbag
      @jonathanhaschipbag 4 місяці тому

      open the output window and give me the error@@Roblox_gamer6893

  • @augustinehuizing6683
    @augustinehuizing6683 4 місяці тому +2

    One thing that works for me for lighting is to have an extra point light in the center of your room with shadows off and with a much lower brightness value, this adds a somewhat realistic "light bounce" effect and the only real downside is that it can sometimes be a pain to setup properly. You can get a similar effect by changing your games lighting properties but from my experience doing that makes darker areas brighter, which can be bad for horror games.

  • @unbentmarlin3950
    @unbentmarlin3950 4 місяці тому +4

    Hey Pluto, Thanks alot for this tutorial! It actually helped me get an Ideea of what making a roblox Horror Game is like, and thanks to you, I can create more in the future. Thanks!

  • @abbyamaranto6141
    @abbyamaranto6141 4 місяці тому +22

    the fact he made a whole realistic horror game in 20 mins while i spent 3 hours making a unrealistic house.. respect

    • @clutchER1th
      @clutchER1th 4 місяці тому +3

      exactly. It took me about 15 minutes to make the house cause I had to keep redoing it because I want to be perfect for some reason because if I messed it up I thought it wouldn’t work out too good

  • @samuke-bj1mu
    @samuke-bj1mu 3 місяці тому

    This Worked for the flashlight of my old styled Game!😃 You Are The Best!

  • @bakedalive
    @bakedalive Місяць тому +1

    thank you so much! i was trying to find tutorials how do people created those things, and i am still a beginner but this turned out very well and understanding to me, even though some are not but it's fine, once again thank you

  • @Helloslap24
    @Helloslap24 Місяць тому +2

    You're Such a good person! Keep it up brother♥

  • @BOBO_2_0_0_0
    @BOBO_2_0_0_0 20 днів тому

    Thank you bro for the tutorial, even though I think the script part is a bit confusing for me, this is very helpful in my development in making horror Roblox games. I'm a new subs, keep up the enthusiasm bro

  • @user-po4ej6hg6k
    @user-po4ej6hg6k 2 місяці тому +1

    Thanks man this really helped me 😊

  • @scripteddev_
    @scripteddev_ 4 місяці тому +1

    This is amazing! I subbed

  • @user-bm6sl8ej8s
    @user-bm6sl8ej8s 3 місяці тому +1

    This is good! Keep it up bro.

  • @ChomikJakis
    @ChomikJakis 4 місяці тому +3

    damn, the game looks so good. Keep up that good work (I want to make a game but I broke my left wrist like 4 days ago D: )

  • @ParanormalTalk_
    @ParanormalTalk_ 3 місяці тому +2

    I'm just now finding this and this is so much more easier to understand then other tutorials I've seen, underrated fr

  • @AlbertAlbertEinstein
    @AlbertAlbertEinstein 5 місяців тому +2

    Hey man that made my skills better on how to make a better horror game, thanks for teaching me on how to make better lightings. reply me if you want :D.

  • @user-jj3ee4qg2f
    @user-jj3ee4qg2f 2 місяці тому

    really nice
    i love how you teach
    ty

  • @ShowerThoughtsWithSukuna
    @ShowerThoughtsWithSukuna 2 місяці тому +1

    This could really help me for the past few days I've been trying to make a good roblox game cause I really want to buy this hat but it's expensive so thank you

  • @mcdooods
    @mcdooods Місяць тому

    keep up the good content man

  • @culsud
    @culsud 5 місяців тому +3

    literally lot lot lot better than any tutorials over there

  • @MrQusays
    @MrQusays 4 місяці тому

    man thank you very much for this tutorial, I love you man

  • @Breno72493l
    @Breno72493l 2 місяці тому

    Thank you very much, I'm Brazilian but I used the subtitles, man you're very smart, thank you

  • @saispy.
    @saispy. 4 місяці тому +4

    AHHHHH TOOO UNDERATED MAN +1 SUB

  • @jujhar.
    @jujhar. 5 місяців тому +4

    Useful! Especially when paired with Rust's tutorial.

    • @unbentmarlin3950
      @unbentmarlin3950 4 місяці тому +2

      Thanks for mentioning Rust's tutorial, i just searched it up, took a look and helped me too.

    • @balticthegrapher
      @balticthegrapher Місяць тому

      link pls

  • @TheBenefactorO1
    @TheBenefactorO1 4 місяці тому

    Loving your game so far

  • @HEISHEREHELPME
    @HEISHEREHELPME 5 місяців тому +5

    Developer tip: Hold Down Control Shift on a object and then click v to paste into selected!

  • @baconyt4373
    @baconyt4373 4 місяці тому +1

    I teached how to make RemoteEvents that connected to LocalScript. Now, i can make something my own in game and publish it. TYSM!

  • @EvilNoob-kr3ju
    @EvilNoob-kr3ju Місяць тому

    Hi this video helped me on my journey to create my first horror game thanks

  • @Cara_que_ninguem_sabe_o_nome
    @Cara_que_ninguem_sabe_o_nome 2 місяці тому

    Thanks man!

  • @sifawss
    @sifawss 4 місяці тому +8

    Well this is underrated
    caseoh

    • @samuraigod1283
      @samuraigod1283 4 місяці тому +1

      hahha

    • @Wave6805.
      @Wave6805. 24 дні тому

      Well aint even heavy, people bully him to much

      caseoh

  • @Nelson-ij5eg
    @Nelson-ij5eg Місяць тому

    Very helpful for beginners like me.

  • @rafeys
    @rafeys 5 місяців тому +1

    Thanks !

  • @Firecracker005
    @Firecracker005 5 місяців тому +2

    bro there is everything what i need and i love it

    • @Firecracker005
      @Firecracker005 5 місяців тому +1

      I love you, finally there is a tutorial that works and its awesome and i don't need to prescribe the very big and long scripts u are like reading in my mind what u can put in the tutorial bro

  • @kloor8624
    @kloor8624 5 місяців тому

    thank you sm!

  • @nursyafiqah5483
    @nursyafiqah5483 6 місяців тому +1

    bro thx im gonna show this to my sister if i done building im so tired

  • @TheUltrakillerMan
    @TheUltrakillerMan 3 місяці тому

    I've been trying to get a flashlight script to work for so long, thank you

  • @Arket-ni3dd
    @Arket-ni3dd 2 дні тому

    Best horror game tutorial ever made

  • @EvilNoob-kr3ju
    @EvilNoob-kr3ju Місяць тому

    Hi this video helped me to make my first game called escape the evil noob

  • @Bo9n_Bo4
    @Bo9n_Bo4 4 місяці тому

    Thanks bro

  • @ZecayOfficial
    @ZecayOfficial Місяць тому +1

    How realistic do you want to be?
    Pluto: *yes*

  • @emufan648
    @emufan648 Місяць тому

    Oh god thank you sm

  • @KINGLJHB
    @KINGLJHB 2 місяці тому

    W vid just one question how does it know where to put the sound u didnt clarify that and if u did i didint see it sorry im new and this helps a bunch im scared to play it i alr had three of my friends scream too it

  • @ChimkenCucumber
    @ChimkenCucumber 5 місяців тому +4

    18:46 bro got that cube queen laugh

  • @MEK_OFFICIALYT
    @MEK_OFFICIALYT 3 місяці тому +2

    thx

  • @caysonarmy
    @caysonarmy 4 місяці тому +1

    you should make a video on how to make cut scenes

  • @SCP_3008_Employee
    @SCP_3008_Employee 5 місяців тому

    thanks im a newbie at roblox studio

  • @Creeper23801
    @Creeper23801 3 місяці тому

    We need a part2

  • @ArtinZz
    @ArtinZz 6 місяців тому +6

    Yo, can u make a tutorial or the link model for the door and the window? i aint good at scripting and i need help xd

  • @amdogehere1788
    @amdogehere1788 6 місяців тому +6

    if ur flashlight kept shaking *ANCHOR IT*

  • @Dude782
    @Dude782 День тому

    Awesome sauce tutorial. but my pc blew up loading roblox studios

  • @rafagamer5269
    @rafagamer5269 4 місяці тому

    This would be fire for a repleh county archives game

  • @LegxndROBLOX
    @LegxndROBLOX 3 місяці тому

    the end got me💀💀

  • @TL_Michita
    @TL_Michita 4 місяці тому

    TYYYSSMMMMMM :DDDDDD

  • @Birdpersn
    @Birdpersn 4 місяці тому +1

    I think cool name for this kind of game is shadows in the walls

  • @RipVanDingle.
    @RipVanDingle. 3 місяці тому

    The end was best

  • @joe-op2gr
    @joe-op2gr 5 місяців тому +11

    I've been looking for a good horror game tutorial and this one was good but I'm wondering how I can make a dark room while the outside is still light.

    • @kianhashemi-ng6eh
      @kianhashemi-ng6eh 5 місяців тому +3

      go to lighting then outdoor ambeince if you make it white it gets bright outside or if you make it dark it goes dark outside

    • @joe-op2gr
      @joe-op2gr 5 місяців тому

      @@kianhashemi-ng6eh thanks

  • @OFFICIALMELONSTORY
    @OFFICIALMELONSTORY 5 місяців тому +1

    Horror games and normal games are really hard.

  • @francisgreymanagaytay-nu5qu
    @francisgreymanagaytay-nu5qu 4 місяці тому

    The thumbnail is my smile.

  • @alochaDominiczek
    @alochaDominiczek 4 місяці тому +1

    18:48 after 2 years, i know that this laugh is from Cube Queen from Fortnite

  • @CalebMohr
    @CalebMohr 5 місяців тому +11

    Can you show us how to model the window and the door? Or something close to that?

    • @TheNamelessHayabusa
      @TheNamelessHayabusa 4 місяці тому +1

      i need the door.Anf the window is already in the model place.Just type window and you will see it

    • @OfficialWranze
      @OfficialWranze 2 місяці тому

      @@TheNamelessHayabusa just search bedroom door and you'll find it

  • @mislenelesperance167
    @mislenelesperance167 22 дні тому

    18:44 bro the boogie man

  • @Coolkid_Jo
    @Coolkid_Jo 3 місяці тому

    ty

  • @NameIDontKnow_
    @NameIDontKnow_ 5 місяців тому +4

    I'm just suggesting you should really release the models you used in the video.
    It would help people because what if they dont have blender? Or know how to model?

  • @user-serukosu
    @user-serukosu 5 місяців тому +2

    I see people in the comments saying "im stuck on the transition" and stuff like his scripts doesn't work. I just did it and all of em works just fine, just go over and check all the scripts for errors, misplace or spelling error.

    • @Lxquid69
      @Lxquid69 5 місяців тому

      Can you help me? I checked everything but the transitions and text doesn't work

    • @almond_playz3663
      @almond_playz3663 5 місяців тому

      same
      @@Lxquid69

    • @RealMrPizza
      @RealMrPizza 3 місяці тому

      NO DUH WELL GEUSS WHO DID THAT 5 TIMES

  • @ichor-lu1yg
    @ichor-lu1yg 2 місяці тому +1

    how do i make the click sound for the flashlight work whenever i try it doesnt do it did u forget to add how to do it in the vid or sm?

  • @mixergf
    @mixergf Місяць тому

    You explain very well, however I don't know what's wrong with the game, it only turns the screen black when you enter but it doesn't release the dialogue nor does anything happen if you interact with the monitor

  • @wormintestine
    @wormintestine 4 місяці тому +1

    which event thing did you use? RemoteEvent ot smth else?

  • @lumantasrylex9019
    @lumantasrylex9019 5 місяців тому +3

    I'm having troubles because when I test play the game the black screen won't go away

  • @AnimatedThrillers
    @AnimatedThrillers 6 місяців тому +2

    I Know it's Jerma But why is so Eerie😨😨😨
    btw does this apply to every type of game cuz i was Planning on Making a school Horror game(that'll definitely not gonna be finished nor gonna Gain Popularity)

    • @PlutoIsAway
      @PlutoIsAway  6 місяців тому +2

      Yes it does, good luck on your game

    • @abuzubair6835
      @abuzubair6835 4 місяці тому

      @@PlutoIsAway I am working on a idk game but its horror and the link for script aint working for me so I typed manually run game not working and trying to figure issue would really appreciate if u reply with the script

    • @Jazzes.official
      @Jazzes.official Місяць тому

      @@PlutoIsAway question here.. i am making an experiment game and i really want to know how to make an object not be able to walk past at first but then later on you can walk past it?
      i see no tutorials for it and i want to do this for my doors, since the player is gonna be reading the announcement and then after that they can exit.
      and also can a horror game have bright colors? i mean... i want the mini classrooms, detention, and cafeteria to be kinda colorful, but slowly gets less saturated as the days go on.

  • @georgebranum8874
    @georgebranum8874 6 місяців тому +2

    5:09
    Save my spot please!
    No cutting.

  • @adorableexbellaa
    @adorableexbellaa Місяць тому +2

    Im trying to make a horror game and i used this for good scripting and some tips to make it more realistic and graphical but my audios (door creaking, laughing, knocking, and ambience) didnt work so its very plain.. any way to fix this before i complete and post the game? if you dont get out to me as fast its fine ill just say there are a few bugs and updates underway to be fixed i'll make the game in like BETA or something for now but also all of my meshes and my whole entire map is like moving to the side from the ground so im a bit stuck with that its really irritating and the door wont open :( im so confused because im new to game making i've made like 2 unofficial games that are unofficial just because the game became a total flop. Scripts (flashlight, mouse and the others) didn't work.
    Edit: fixed the audios and they now work but meshes are still moving, scripts still didnt work thankss

    • @neptunesky
      @neptunesky Місяць тому

      Yeah, when I click on my main event to start, it just wont, kinda sad, imma have to learn it my own way lol

  • @relsonchips
    @relsonchips 6 місяців тому +1

    nice video

  • @NeonNovaCraft
    @NeonNovaCraft 4 місяці тому +1

    The way he said Danm that was scary💀

  • @Sagehero21
    @Sagehero21 4 місяці тому

    is it practical to do it on the server? instead of using remote events and firing for all clients use bindable events.

  • @CarlMinecraft128
    @CarlMinecraft128 5 місяців тому

    nice.

  • @iceyrblx_yt2340
    @iceyrblx_yt2340 6 місяців тому +5

    I love this video and you did a great job but the flashlight didn’t work. Do you know how to fix it?

    • @Mopper12363
      @Mopper12363 4 місяці тому

      i followed another tutorial but make sure the name is Flashlight like no changes and that there isnt anything else in the game named flashlight

  • @zerofx6492
    @zerofx6492 4 місяці тому

    the video is great and will surely help me a lot but i have one problem with the flashlight, it works but the light itself moves around my screen like crazy and idk how to fix it

  • @gabchua7888
    @gabchua7888 Місяць тому

    it would be nice if youll make it allow to edit on studio.. so I can just changed the place then change some of the sfx..

  • @AshmeeraIqbal
    @AshmeeraIqbal 27 днів тому

    this is great but when i tested out my transition then it wasnt fading, only a black screen. Also, when the dialogue didnt show. i had it on visible, so any suggestions on how i could fix it?

  • @ClayingARouND387
    @ClayingARouND387 5 місяців тому

    can you do a Blender tut on making models?

  • @A4LX
    @A4LX 4 місяці тому

    yoo can you make a tutorial how to like make a full horror game?

  • @ayazarsyad
    @ayazarsyad 4 місяці тому +2

    pluto what's is the name computer and bed and window and door too?

  • @midnightgamer891
    @midnightgamer891 5 місяців тому +1

    Very useful but I am having problems with the flashlight lol

  • @Riley716
    @Riley716 Місяць тому

    I did the Flashlight script, and it works. But for me, it places the light more like at the direction i look like the afraid of monsters game does, and it doesn't light up when you get even a little closer to sum.

    • @Riley716
      @Riley716 Місяць тому

      Got it to work. You have to go into lighting and select the property "Technology" And set it to future.

  • @Neo_5Recruit_-
    @Neo_5Recruit_- 5 місяців тому +1

    Ty! for the tutorial, but my screen is stuck at black even thought I waited for 2 seconds it still Didn't Transition is there anything that I wrongly placed or whatc should I fix?

    • @AstronomyWithJack
      @AstronomyWithJack 4 місяці тому

      Check if you spelled words right i spelled background wrong and it didn't work because i typed backround

  • @user-df1bn2jx1b
    @user-df1bn2jx1b Місяць тому

    "dAmN ThaT WaS sCaRy"i luaghed so hard and its only been a minute😭😭😭😭👌👌👌👌

  • @Creatureplyks
    @Creatureplyks 5 місяців тому +1

    Hey Pluto thanks for the tutorial but for me the flashlight is not working for some reason.

  • @itz_njy
    @itz_njy 3 місяці тому +1

    I'm having a problem, why there's no player's camera at the dialogue?

  • @Lofut-uz9zd
    @Lofut-uz9zd 5 місяців тому

    When i was making mine I didn't want players to be kicked when dies ,so i notice if the the player dies the screen will be black and i don't know how to fix it.

  • @dratspot
    @dratspot 27 днів тому

    yo i have a question could a roblox free model WITHOUT scripts on It have a backdoor?

  • @Aardvark-gy1kd
    @Aardvark-gy1kd 4 місяці тому +1

    My flashlight script won't work, says there's no Characterconfig in replicated storage.

  • @INSXNE3
    @INSXNE3 2 місяці тому +1

    ay bro can u make it so we can like edit ur game in studio so like we get download it? on roblox

  • @goofygoovber
    @goofygoovber 3 місяці тому

    For me the cursor or the dot thing does not work i copied the script to the T and still I keep test running but even after so many triies it deosnt work. Do you think you can help?

  • @crinubodiu4266
    @crinubodiu4266 2 місяці тому

    The flashlight works, just touch the script it will work

  • @JustaLonelyEgg
    @JustaLonelyEgg 3 місяці тому

    Please teach us how to make a crawling system that works in first person and also shifts the camera down....

  • @Im-In.your.w4lls
    @Im-In.your.w4lls День тому

    Im doing my horror game with this tutorial named Corrupted Rooms

  • @Thuners
    @Thuners 6 днів тому +3

    Bro is lagging