How To Make A Jumpscare In Roblox Studio

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

ความคิดเห็น • 146

  • @PlutoIsAway
    @PlutoIsAway  ปีที่แล้ว +47

    i lost my pants

  • @bmanuu73
    @bmanuu73 ปีที่แล้ว +40

    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 ปีที่แล้ว +11

    You deserve more subs! Keep going!

  • @kehanyu819
    @kehanyu819 10 หลายเดือนก่อน +5

    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)

  • @MaxweIlIlI
    @MaxweIlIlI 3 หลายเดือนก่อน +1

    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

  • @RedMagna-v5m
    @RedMagna-v5m 2 หลายเดือนก่อน

    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!

  • @bludimir0
    @bludimir0 ปีที่แล้ว +7

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

    • @Static_bread
      @Static_bread 10 หลายเดือนก่อน +1

      it didn't for me :(

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน +1

      ​@@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!

  • @xxdomainxx-y3y
    @xxdomainxx-y3y 2 หลายเดือนก่อน

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

  • @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.

  • @ziacarpio615
    @ziacarpio615 หลายเดือนก่อน +1

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

  • @OmBotaxGaming
    @OmBotaxGaming ปีที่แล้ว

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

  • @julianFaiello
    @julianFaiello ปีที่แล้ว

    thanks pluto for making a working jumpscare

  • @wasteful8911
    @wasteful8911 3 หลายเดือนก่อน

    amazing tutorial!

  • @Baldi-baldimore-r4e
    @Baldi-baldimore-r4e 4 หลายเดือนก่อน

    Hmmmmmmm.....kind of useful tutorial!

  • @Truzz3
    @Truzz3 5 หลายเดือนก่อน +1

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

    • @MaxweIlIlI
      @MaxweIlIlI 3 หลายเดือนก่อน

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

  • @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. 8 หลายเดือนก่อน

      me too ;(

    • @Googert_games
      @Googert_games 3 หลายเดือนก่อน

      me aswell

    • @MaxweIlIlI
      @MaxweIlIlI 3 หลายเดือนก่อน

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

    • @MaxweIlIlI
      @MaxweIlIlI 3 หลายเดือนก่อน

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

  • @redbird6363
    @redbird6363 ปีที่แล้ว +1

    YAY! It works! thanks youuu!

  • @FireFlowerDav1d
    @FireFlowerDav1d 9 หลายเดือนก่อน

    Could you make a 3d animated jump
    scare

  • @birb_rblx1
    @birb_rblx1 6 หลายเดือนก่อน

    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 หลายเดือนก่อน +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 2 หลายเดือนก่อน

      @@DuckDevs thank you so much!!💗💗

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      @@birb_rblx1 You're welcome!

  • @faronb651
    @faronb651 ปีที่แล้ว +2

    nice

  • @Daboyz-bx6mi
    @Daboyz-bx6mi 10 หลายเดือนก่อน

    Starting music, I heard it from somewhere.

  • @danZciple
    @danZciple 10 หลายเดือนก่อน

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

  • @franciszekbarud3240
    @franciszekbarud3240 3 หลายเดือนก่อน

    thx it helped me :D

  • @Cyriatic
    @Cyriatic 9 หลายเดือนก่อน

    I love you pluto

  • @h3ystatic
    @h3ystatic ปีที่แล้ว

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

  • @varonex3449
    @varonex3449 ปีที่แล้ว

    Do you know you can do this all locally?

  • @xxdomainxx-y3y
    @xxdomainxx-y3y 2 หลายเดือนก่อน

    "ENGOYED"

  • @DraggedBox
    @DraggedBox ปีที่แล้ว

    What about a colorcorrection one?

  • @Flopdidop
    @Flopdidop ปีที่แล้ว +1

    its the best roblox script tutorial on youtube

  • @Lighted3000
    @Lighted3000 3 หลายเดือนก่อน

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

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      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!

  • @DatoXaindrava
    @DatoXaindrava 6 หลายเดือนก่อน +2

    isnot work jumpscare why?

    • @MaxweIlIlI
      @MaxweIlIlI 3 หลายเดือนก่อน

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

  • @Asian2323
    @Asian2323 ปีที่แล้ว

    does dummies work too?

  • @micahfoote
    @micahfoote ปีที่แล้ว +1

    sorry man didnt work

  • @Apoc_realnotfake
    @Apoc_realnotfake ปีที่แล้ว +17

    jump scare didn't work

    • @ValkrisDev
      @ValkrisDev 11 หลายเดือนก่อน +1

      me too

    • @sebastiontabone8090
      @sebastiontabone8090 10 หลายเดือนก่อน

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

    • @theadventuresofmarcus6123
      @theadventuresofmarcus6123 8 หลายเดือนก่อน

      Thank yu plutoo!!!!

    • @T3van15
      @T3van15 4 หลายเดือนก่อน

      I agree cuz it doesn’t work you scammed us

    • @MaxweIlIlI
      @MaxweIlIlI 3 หลายเดือนก่อน

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

  • @edudardoo
    @edudardoo ปีที่แล้ว

    Ty bro

  • @justkakakakakak396
    @justkakakakakak396 6 หลายเดือนก่อน +1

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

    • @romy_kayu7
      @romy_kayu7 5 หลายเดือนก่อน +1

      same tbh idk what i did wrong

  • @-stars.and.raindrops-
    @-stars.and.raindrops- 3 หลายเดือนก่อน

    You said removeEvents instead of remoteEvents

  • @DumThomasFan1
    @DumThomasFan1 2 หลายเดือนก่อน

    WAIT YOU PUT REMOVE

  • @_zyrandolx
    @_zyrandolx ปีที่แล้ว

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

  • @infinite136ses
    @infinite136ses 10 หลายเดือนก่อน

    thx

  • @amarantewigger145
    @amarantewigger145 3 หลายเดือนก่อน

    I dont have the /explorer\ part on my screen

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

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

  • @Random_Idiot69420
    @Random_Idiot69420 7 หลายเดือนก่อน

    How do I make it so it uses a ClickDetector instead

    • @10DeadDoves
      @10DeadDoves 6 หลายเดือนก่อน

      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 6 หลายเดือนก่อน

      @@10DeadDoves Thanks

  • @h3lo0o
    @h3lo0o ปีที่แล้ว +5

    its not working and idk why

    • @malikQB
      @malikQB ปีที่แล้ว

      same

  • @christophersefcik
    @christophersefcik 8 หลายเดือนก่อน

    it did not work for me :(

  • @amarantewigger145
    @amarantewigger145 3 หลายเดือนก่อน

    How do in open it

  • @BlainePlaysOfficial
    @BlainePlaysOfficial 8 หลายเดือนก่อน

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

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      @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!

  • @The0therDev
    @The0therDev 11 วันที่ผ่านมา

    I tried for 1 hour following this prob js a skill issue but ive got a headache now and i feel like i js wasted my time... UNSUBBING

  • @amarantewigger145
    @amarantewigger145 3 หลายเดือนก่อน

    And i dont have script

  • @Liqudmetalie
    @Liqudmetalie 3 หลายเดือนก่อน

    doesnt work :(

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      @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!

  • @A_Afhdjjfjfjfjcjfjfidjch
    @A_Afhdjjfjfjfjcjfjfidjch 6 หลายเดือนก่อน

    it doesnt work for me

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      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!

  • @fothium
    @fothium 10 หลายเดือนก่อน

    Unfortunate, it doesn't work.

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      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 8 หลายเดือนก่อน

    doesnt work

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      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 5 หลายเดือนก่อน

    Jumpscare failed

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      @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!

  • @Sambin-rl4cw
    @Sambin-rl4cw 3 หลายเดือนก่อน

    Me tooo😢

  • @Lakers_N4
    @Lakers_N4 ปีที่แล้ว +1

    I don’t have roblox studio

  • @salemameri
    @salemameri 7 หลายเดือนก่อน

    pult

  • @henabegum1993
    @henabegum1993 9 หลายเดือนก่อน

    Ek😱😱😱😱😱rfgehs

  • @DADDAElefanten
    @DADDAElefanten 2 หลายเดือนก่อน

    ewytfdeyw

  • @Rabbid87
    @Rabbid87 2 หลายเดือนก่อน

    LIAR

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      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!

  • @gayunicornsonbreakingrainbows
    @gayunicornsonbreakingrainbows 18 ชั่วโมงที่ผ่านมา

    thank u so much brah......

  • @raikopua5541
    @raikopua5541 8 หลายเดือนก่อน

    jump scare didn't work

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      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 4 หลายเดือนก่อน

    It did not work for me

    • @DuckDevs
      @DuckDevs 2 หลายเดือนก่อน

      @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!