How To Make A Jumpscare In Roblox Studio

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • 👍 If you enjoyed the video, leave a like and subscribe, it genuinely helps me out a lot!
    📜 Scripts - pastebin.com/d...
    💬 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!
    🤔 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.) Bloo Bay Beach - Paper Mario Color Splash - Nintendo
    2.) Portal Radio Theme - Portal - Valve
    #roblox​​ #robloxstudio​​ #robloxstudiotutorial #robloxstudiodevlog

КОМЕНТАРІ • 144

  • @PlutoIsAway
    @PlutoIsAway  Рік тому +46

    i lost my pants

  • @bmanuu73
    @bmanuu73 Рік тому +38

    if you want it to play with a sound, put a sound named "Sound" (the default) in the imagelabel of the GUI and replace the JumpscareScript code inside the imagelabel with this::
    local JumpscareEvent = game.ReplicatedStorage.RemoveEvents.JumpscareEvent
    localPlayer = game.Players.LocalPlayer
    JumpscareEvent.OnClientEvent:Connect(function(Player)
    script.Parent.Parent.Enabled = true
    script.Parent.Sound:Play()
    wait(1)
    script.Parent.Parent.Enabled = false
    script.Parent.Sound:Stop()
    end)
    and if you are looking for the sound not to end when the screen disappears, just delete the part that says "script.Parent.Sound:Stop()" and that's it

    • @Amstar_Love
      @Amstar_Love Рік тому +1

      Is JumpscarEvent the name of something? If so what beacause the name matters

    • @bmanuu73
      @bmanuu73 Рік тому +2

      @@Amstar_Love Yes, it is the name of the remote event that we previously put in ReplicatedStorage, although I don't have much knowledge about how it works.

    • @Amstar_Love
      @Amstar_Love Рік тому +1

      Ok thx

    • @Mochidrift
      @Mochidrift Рік тому

      should i use a LocalScript or a Script

    • @bmanuu73
      @bmanuu73 Рік тому

      @@Mochidrift in this case, its a script

  • @theprofile4676
    @theprofile4676 Рік тому +9

    You deserve more subs! Keep going!

  • @kehanyu819
    @kehanyu819 9 місяців тому +4

    If You Want Sounds To Play Just Add an audio in workspace any copy this script inside of JumpscarePart
    local JumpscareEvent = game.ReplicatedStorage.RemoveEvents.JumpscareEvent
    script.Parent.Touched:Connect(function(Hit)
    if Hit.Parent:FindFirstChild("Humanoid") then
    local Player = game.Players:GetPlayerFromCharacter(Hit.Parent)
    JumpscareEvent:FireClient(Player)
    game.Workspace.Audio:Play() -- You can change the name of the audio just make sure it matches with the one in workspace
    script.Parent:Destroy()
    end
    end)

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

    For anyone wondering why it didnt work, make sure do have the material on the block set to "smooth plastic" and the folder should be named "RemoveEvents" not "RemoteEvents". He did it by acctident but it works with RemoveEvents to have that

  • @bludimir0
    @bludimir0 Рік тому +7

    No script tutorials works for me, This one sure did. Thank you!

    • @Static_bread
      @Static_bread 9 місяців тому +1

      it didn't for me :(

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

      ​@@Static_bread Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do not work, feel free to reply and describe your issue so I could help you more specifically!

  • @RedMagna-v5m
    @RedMagna-v5m Місяць тому

    Cool that you are back! can you add a jumpscare to the horror AI you made a while ago in R6? it would be really helpful!

  • @zackdiane604
    @zackdiane604 Рік тому +1

    Thank you so much Pluto for making a working jump scare ❤. I sub and like literally what I wanted and you provided.

  • @xxdomainxx-y3y
    @xxdomainxx-y3y 29 днів тому

    Bro thx you very much i'm from Mexico and i understood all your video, I engoied your video, New suscriber

  • @ziacarpio615
    @ziacarpio615 17 днів тому +1

    Waiting for that angel to tell the script cause my laggy blurry ahh screen could never

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

    amazing tutorial!

  • @redbird6363
    @redbird6363 Рік тому +1

    YAY! It works! thanks youuu!

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

    thx it helped me :D

  • @julianFaiello
    @julianFaiello Рік тому

    thanks pluto for making a working jumpscare

  • @faronb651
    @faronb651 Рік тому +2

    nice

  • @manyriots4891
    @manyriots4891 Рік тому +7

    I followed this video to the exact letter and did every single thing you did. I even paused it multiple times but it still WILL NOT work.

    • @zcmbiez
      @zcmbiez Рік тому

      same problem here

    • @MrBricky.
      @MrBricky. 6 місяців тому

      me too ;(

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

      me aswell

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

      ​@@Trent_85789 Make sure the folder is called "RemoveEvents" cuz he messed it up and put it in the script like that

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

      @@MrBricky. Make sure the folder is called "RemoveEvents" cuz he messed it up and put it in the script like that

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

    I tried to walk toward the block to activate the jump scare and it didn’t work I check the script too

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

      Make sure the folder is called "RemoveEvents" cuz he messed it up and put it in the script like that

  • @OmBotaxGaming
    @OmBotaxGaming Рік тому

    i got this warning "The Parent property of VirtualInputManager is locked, current parent: Place3, new parent NULL" and picture didnt show up

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

    Hello, thanks for the tutorial but can you please tell me how do I add audio to the jumpscare? I'm scared I'll mess something up.

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

      Hey! let me help you with that. So first, u insert a sound in your ImageLabel. Make sure the name of your sound is ''Sound'' Once you have done that, all u need to do is replace your localscript in your ImageLabel with this:
      local JumpscareEvent = game.ReplicatedStorage.RemoveEvents.JumpscareEvent
      localPlayer = game.Players.LocalPlayer
      JumpscareEvent.OnClientEvent:Connect(function(Player)
      script.Parent.Parent.Enabled = true
      script.Parent.Sound:Play()
      wait(1)
      script.Parent.Parent.Enabled = false
      script.Parent.Sound:Stop()
      end)
      DONT FORGET that you can always click the ''undo'' button if you changed your mind. So you can't mess something up! :)
      Copy and paste it into your script! If you have any further questions, feel free to ask!
      Have a nice day!

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

      @@DuckDevs thank you so much!!💗💗

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

      @@birb_rblx1 You're welcome!

  • @Baldi-baldimore-r4e
    @Baldi-baldimore-r4e 3 місяці тому

    Hmmmmmmm.....kind of useful tutorial!

  • @danSciple
    @danSciple 9 місяців тому

    Great script, but it doesn't work for LocalScripts, since I can't use FireClient on LocalScripts. How would I fix it?

  • @FireFlowerDav1d
    @FireFlowerDav1d 8 місяців тому

    Could you make a 3d animated jump
    scare

  • @Apoc_realnotfake
    @Apoc_realnotfake Рік тому +17

    jump scare didn't work

    • @ValkrisDev
      @ValkrisDev 9 місяців тому

      me too

    • @sebastiontabone8090
      @sebastiontabone8090 9 місяців тому

      it didn't work for me at first but i had material on plastic not smooth plastic then it work???????

    • @theadventuresofmarcus6123
      @theadventuresofmarcus6123 7 місяців тому

      Thank yu plutoo!!!!

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

      I agree cuz it doesn’t work you scammed us

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

      Make sure the folder is called "RemoveEvents" cuz he messed it up and put it in the script like that

  • @varonex3449
    @varonex3449 Рік тому

    Do you know you can do this all locally?

  • @xxdomainxx-y3y
    @xxdomainxx-y3y 29 днів тому

    "ENGOYED"

  • @Daboyz-bx6mi
    @Daboyz-bx6mi 9 місяців тому

    Starting music, I heard it from somewhere.

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

    I am walking into the block and it is not working the image does not go on my screen

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

      Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do not work, feel free to reply and describe your issue so I could help you more specifically!

  • @h3ystatic
    @h3ystatic Рік тому

    How do I make it so that when I get jumpscared it makes a sound?

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

    isnot work jumpscare why?

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

      Make sure the folder is called "RemoveEvents" cuz he messed it up and put it in the script like that

  • @DraggedBox
    @DraggedBox Рік тому

    What about a colorcorrection one?

  • @Flopdidop
    @Flopdidop Рік тому +1

    its the best roblox script tutorial on youtube

  • @edudardoo
    @edudardoo Рік тому

    Ty bro

  • @Cyriatic
    @Cyriatic 8 місяців тому

    I love you pluto

  • @-stars.and.raindrops-
    @-stars.and.raindrops- 2 місяці тому

    You said removeEvents instead of remoteEvents

  • @_zyrandolx
    @_zyrandolx Рік тому

    help, jumpscare don't work, I saw all scripts, I don't know what is my problem, what make this problem

  • @Asian2323
    @Asian2323 Рік тому

    does dummies work too?

  • @h3lo0o
    @h3lo0o Рік тому +5

    its not working and idk why

  • @infinite136ses
    @infinite136ses 9 місяців тому

    thx

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

    i tried it and it didnt work it took awhile aswell sadly

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

      same tbh idk what i did wrong

  • @DumThomasFan1
    @DumThomasFan1 29 днів тому

    WAIT YOU PUT REMOVE

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

    I dont have the /explorer\ part on my screen

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

      Go to ''view'' (above your screen, and select ''explorer.'' This will open the explorer tab!

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

    How do I make it so it uses a ClickDetector instead

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

      Go to the part you want clicked for the jumpscare and add a click detector to it, and a script. And write:
      Local JumpscareEvent = game.ReplicatedStorage.RemoteEvents
      Script.Parent.ClickDetector.MouseClick:connect(function(clicked)
      JumpscareEvent:FireClient(clicked, “Jumpscare”)
      End) and the rest u just do what he did in the vid.

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

      @@10DeadDoves Thanks

  • @BlainePlaysOfficial
    @BlainePlaysOfficial 7 місяців тому

    It doesn't work I copied EVERYTHING and it still won't work

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

      @DuckDevelops-f4w
      0 seconds ago
      Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do NOT work, feel free to reply and describe your issue so I could help you more specifically!

  • @micahfoote
    @micahfoote Рік тому +1

    sorry man didnt work

  • @christophersefcik
    @christophersefcik 7 місяців тому

    it did not work for me :(

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

    How do in open it

  • @Sambin-rl4cw
    @Sambin-rl4cw 2 місяці тому

    Me tooo😢

  • @Lakers_N4
    @Lakers_N4 Рік тому +1

    I don’t have roblox studio

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

    And i dont have script

  • @fothium
    @fothium 9 місяців тому

    Unfortunate, it doesn't work.

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

      Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do NOT work, feel free to reply and describe your issue so I could help you more specifically!

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

    doesnt work :(

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

      @DuckDevelops-f4w
      0 seconds ago
      Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do not work, feel free to reply and describe your issue so I could help you more specifically!

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

    It did not work for me

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

      @DuckDevelops-f4w
      0 seconds ago
      Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do not work, feel free to reply and describe your issue so I could help you more specifically!

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

    Jumpscare failed

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

      @DuckDevelops-f4w
      0 seconds ago
      Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do not work, feel free to reply and describe your issue so I could help you more specifically!

  • @daszx1
    @daszx1 7 місяців тому

    doesnt work

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

      Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do NOT work, feel free to reply and describe your issue so I could help you more specifically!

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

    pult

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

    ewytfdeyw

  • @henabegum1993
    @henabegum1993 8 місяців тому

    Ek😱😱😱😱😱rfgehs

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

    LIAR

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

      Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do NOT work, feel free to reply and describe your issue so I could help you more specifically!

  • @raikopua5541
    @raikopua5541 7 місяців тому

    jump scare didn't work

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

      Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do NOT work, feel free to reply and describe your issue so I could help you more specifically!

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

    it doesnt work for me

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

      Hello! Here are some issues you might have. Check if you did all these things correct!
      -Check the name of the folder. It has to be named ''RemoveEvents'' NOT ''RemoteEvents''
      -Make sure the material of your JumpscarePart is Smooth plastic and white, nothing else!
      -make sure you named everything like Pluto did.
      If these do NOT work, feel free to reply and describe your issue so I could help you more specifically!