How To Make A Jumpscare In Roblox Studio

Поделиться
HTML-код
  • Опубликовано: 7 авг 2024
  • 👍 If you enjoyed the video, leave a like and subscribe, it genuinely helps me out a lot!
    📜 Scripts - pastebin.com/dGzrfaXa
    💬 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
  • ИгрыИгры

Комментарии • 106

  • @PlutoIsAway
    @PlutoIsAway  Год назад +37

    i lost my pants

  • @bmanuu73
    @bmanuu73 Год назад +30

    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 Год назад +8

    You deserve more subs! Keep going!

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

  • @Truzz3
    @Truzz3 Месяц назад +1

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

  • @wasteful8911
    @wasteful8911 4 дня назад

    amazing tutorial!

  • @redbird6363
    @redbird6363 Год назад +1

    YAY! It works! thanks youuu!

  • @faronb651
    @faronb651 Год назад +2

    nice

  • @user-dg5lb4gr4l
    @user-dg5lb4gr4l Год назад

    thanks pluto for making a working jumpscare

  • @eduardoribeir
    @eduardoribeir Год назад

    Ty bro

  • @Baldi-baldimore-r4e
    @Baldi-baldimore-r4e 27 дней назад

    Hmmmmmmm.....kind of useful tutorial!

  • @bludimir0
    @bludimir0 Год назад +6

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

  • @birb_rblx1
    @birb_rblx1 2 месяца назад

    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.

  • @infinite136ses
    @infinite136ses 7 месяцев назад

    thx

  • @OmBotaxGaming
    @OmBotaxGaming Год назад

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

  • @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 10 месяцев назад

      same problem here

    • @stupidtheseal
      @stupidtheseal 5 месяцев назад

      I also had the same issue

    • @MrBricky.
      @MrBricky. 4 месяца назад

      me too ;(

  • @kehanyu819
    @kehanyu819 6 месяцев назад +2

    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)

  • @Cyriatic
    @Cyriatic 5 месяцев назад

    I love you pluto

  • @varonex3449
    @varonex3449 Год назад

    Do you know you can do this all locally?

  • @danSciple
    @danSciple 7 месяцев назад

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

  • @h3ystatic
    @h3ystatic Год назад

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

  • @FireFlowerDav1d
    @FireFlowerDav1d 6 месяцев назад

    Could you make a 3d animated jump
    scare

  • @DatoXaindrava
    @DatoXaindrava 2 месяца назад +2

    isnot work jumpscare why?

  • @Asian2323
    @Asian2323 Год назад

    does dummies work too?

  • @DraggedBox
    @DraggedBox 10 месяцев назад

    What about a colorcorrection one?

  • @amarantewigger145
    @amarantewigger145 11 дней назад

    I dont have the /explorer\ part on my screen

  • @Flopdidop
    @Flopdidop Год назад +1

    its the best roblox script tutorial on youtube

  • @Daboyz-bx6mi
    @Daboyz-bx6mi 7 месяцев назад

    Starting music, I heard it from somewhere.

  • @_zyrandolx
    @_zyrandolx 10 месяцев назад

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

  • @christophersefcik
    @christophersefcik 5 месяцев назад

    it did not work for me :(

  • @amarantewigger145
    @amarantewigger145 11 дней назад

    How do in open it

  • @angelhaven12
    @angelhaven12 2 месяца назад

    it doesnt work for me

  • @Victorplayz77
    @Victorplayz77 24 дня назад

    It did not work for me

  • @justkakakakakak396
    @justkakakakakak396 2 месяца назад +1

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

    • @romy_kayu7
      @romy_kayu7 2 месяца назад +1

      same tbh idk what i did wrong

  • @Random_Idiot69420
    @Random_Idiot69420 3 месяца назад

    How do I make it so it uses a ClickDetector instead

    • @10DeadDoves
      @10DeadDoves 3 месяца назад

      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 3 месяца назад

      @@10DeadDoves Thanks

  • @raikopua5541
    @raikopua5541 5 месяцев назад

    jump scare didn't work

  • @Hey_Heys
    @Hey_Heys 2 дня назад

    doesnt work :(

  • @namkly22
    @namkly22 Месяц назад

    Jumpscare failed

  • @micahspams
    @micahspams 10 месяцев назад +1

    sorry man didnt work

  • @fothium
    @fothium 6 месяцев назад

    Unfortunate, it doesn't work.

  • @daszx1
    @daszx1 5 месяцев назад

    doesnt work

  • @Sambin-rl4cw
    @Sambin-rl4cw День назад

    Me tooo😢

  • @BlainePlaysOfficial
    @BlainePlaysOfficial 5 месяцев назад

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

  • @amarantewigger145
    @amarantewigger145 11 дней назад

    And i dont have script

  • @h3lo0o
    @h3lo0o Год назад +5

    its not working and idk why

  • @salemameri
    @salemameri 4 месяца назад

    pult

  • @henabegum1993
    @henabegum1993 6 месяцев назад

    Ek😱😱😱😱😱rfgehs

  • @Lakers_N4
    @Lakers_N4 Год назад +1

    I don’t have roblox studio

  • @Apoc_realnotfake
    @Apoc_realnotfake Год назад +18

    jump scare didn't work

    • @ValkrisDev
      @ValkrisDev 7 месяцев назад

      me too

    • @sebastiontabone8090
      @sebastiontabone8090 6 месяцев назад

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

    • @stupidtheseal
      @stupidtheseal 5 месяцев назад

      @@sebastiontabone8090 I did that and mine still doesn't work

    • @theadventuresofmarcus6123
      @theadventuresofmarcus6123 5 месяцев назад

      Thank yu plutoo!!!!

    • @user-sl4lq5xt7u
      @user-sl4lq5xt7u 28 дней назад

      I agree cuz it doesn’t work you scammed us