How to make a jumpscare in Roblox studio

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

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

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

    Roblox studio has had an update since this video so to export your animation You need to do this: At 2:52 instead of clicking export after clicking on the 3 dots you just need to select publish to Roblox.

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

      Ok

    • @jamestabequero4171
      @jamestabequero4171 2 ปีที่แล้ว

      OK, and also, my accessories for the scare actor thing won't stay on, idk how to fix it.
      NVM

    • @StarLightFilmProductions
      @StarLightFilmProductions 2 ปีที่แล้ว

      @Goober the youtuber ya mine didn’t ether but i don’t think it as to do with the script it has to be the model itself cuz for me it works it’s just that the model goes invisible

    • @isak8568
      @isak8568 2 ปีที่แล้ว

      Ok

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

      How doyou open the script

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

    First script:
    script.Parent.Touched:Connect(function(hit)
    if hit and hit.Parent:FindFirstChild("Humanoid") then
    script.Parent:Destroy( )
    game.ReplicatedStorage.Jumpscare.Parent = game.Workspace
    wait(2)
    game.Workspace.Jumpscare.Parent = game.ReplicatedStorage
    end
    end)
    Second Script:
    Local Animation = script.Animation
    Local Humanoid = script.Parent.Humanoid
    Local AnimationClip = Humanoid:LoadAnimation(Animation)
    repeat wait() until game.Workspace:FindFirstChild("Trigger") == nil
    AnimationClip.Looped = false
    AnimationClip:Play()

    • @DeadLoxYT88
      @DeadLoxYT88 2 ปีที่แล้ว

      what dat?

    • @johngross7336
      @johngross7336 2 ปีที่แล้ว

      thanks

    • @devii5588
      @devii5588 2 ปีที่แล้ว

      Bro local its not Local

    • @1why
      @1why 2 ปีที่แล้ว +3

      First script:
      script.Parent.Touched:Connect(function(hit)
      if hit and hit.Parent:FindFirstChild("Humanoid") then
      script.Parent:Destroy( )
      game.ReplicatedStorage.Jumpscare.Parent = game.Workspace
      wait(2)
      game.Workspace.Jumpscare.Parent = game.ReplicatedStorage
      end
      end)
      Second Script:
      local Animation = script.Animation
      local Humanoid = script.Parent.Humanoid
      local AnimationClip = Humanoid:LoadAnimation(Animation)
      repeat wait() until game.Workspace:FindFirstChild("Trigger") == nil
      AnimationClip.Looped = false
      AnimationClip:Play()

    • @citavillestudio6
      @citavillestudio6 2 ปีที่แล้ว

      ty you helped me:)

  • @fadinqwes8692
    @fadinqwes8692 3 ปีที่แล้ว +28

    script.Parent.Touched:Connect(Function(hit)
    if hit and hit.parent:FindFirstChild("Humanoid") then
    script.Parent:Destroy()
    end
    end)

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

      make sure to type function with a lowercase F or else it wont run

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

    THANKS SO MUCH. I have looked for this so long for my game.

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

    It kind of worked, but the animation doesn't play, the model just appears

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

    tysmmm EVERYTHING WORKS YOU'RE THE BEST TH-camR YOU GAINED A SUB

    • @hx_rtk6677
      @hx_rtk6677 3 ปีที่แล้ว

      Can you please make a tutorial on falling jumpscare? Like if you touch a part it triggers and fan falls down...Pls

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

    tysm!! This really helps my bendy game in development

  • @deleted7083
    @deleted7083 3 ปีที่แล้ว +72

    local Animation = script.Animation
    local Humanoid = script.Parent.Humanoid
    local AnimationClip = Humanoid:LoadAnimation(Animation)
    repeat wait() until game.Workspace:FindFirstChild("Trigger") == nil
    AnimtionClip.Looped = false
    AnimtionClip:Play()

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

      Trigger Part script:
      script.Parent.Touched:Connect(function(hit)
      if hit and hit.Parent:FindFirstChild("Humanoid") then
      script.Parent:Destroy()
      game.ReplicatedStorage.Jumpscare.Parent = game.ReplicatedStorage
      end
      end)

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

      @@zenx_roblox9532 yayayayayayya

    • @Mintytree.
      @Mintytree. 2 ปีที่แล้ว

      you spelled "Animation" wrong

  • @Imvincenzo.
    @Imvincenzo. ปีที่แล้ว

    Girl u explain it so well, this tutorial is fucking awesome i love this.

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

      Girl? I gotta change my avatar bro. Glad the tutorial helped.

    • @Imvincenzo.
      @Imvincenzo. ปีที่แล้ว

      @@Gaming_Beef but it didnt really work, idk if i did SOMETHING wrong😭

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

    Thankyou So much bro,this really helped me out.
    Heres a new sub

  • @iamyamz
    @iamyamz 3 ปีที่แล้ว +16

    I'd recommend just cloning the script and then destroying the clone, that way the actual script itself never leaves where it needs to be, reducing the chance of an error.

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

      how? wdym?

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

      @@poppymetzger3721 like this
      local clone = game.ReplicatedStorage.Jumpscare:Clone
      clone.Parent = game.workspace
      wait(1)
      game.workspace.Jumpscare:Destroy

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

    Script:
    script.Parent.Touched:Connect(function(hit)
    if hit and hit.Parent:FindFirstChild("Humanoid") then
    script.Parent.Destroy()
    end
    end)

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

    I never think any scripts I write myself are going to work. BUT OMG YOU JUST SAVED ME. THIS IS PERFECT FOR MY HORROR GAME TYSM I LOVE THIS VID KEEP UP AMAZING WORK DUDE TYSM
    Edit: my pc just died and I lost everything....
    EDIT: NO IT DIDNT TYSM I GOT LUCKY

  • @longestvideosever6624
    @longestvideosever6624 2 ปีที่แล้ว

    this was helpful you deserve more subs!

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

    for people who are lazy here:
    script.Parent.Touched:Connect(function(hit)
    if hit and hit.Parent:FindFirstChild("Humanoid") then
    script.Parent:Destroy()
    end
    end)
    second:
    local Animation = script.Animation
    local humanoid = script.Parent.Humanoid
    local animationClip = Humanoid:LoadAnimation(Animation)
    repeat wait() until game.Workspace:FindFirstChild("Trigger") == nil
    nimationClip.loops = false
    animationClip:play()

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

    we dont have to add remote event?? i didnt understand, its not working please help, how do i?

  • @lame4458
    @lame4458 2 ปีที่แล้ว

    Great job continue with the content and keep making the best videos u can

  • @chowman117
    @chowman117 2 ปีที่แล้ว

    this video is a frickin lifesaver thanks so much + subbed

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

    Dude you are a hero! ive searched for 3 hours and coudnt find anything! You deserve 100k+ subs dude. Keep up the good work!

  • @sponge9259
    @sponge9259 2 ปีที่แล้ว

    THX! It really helped alot i subbed you

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

    Hey In 2023 I cannot find the tools please make an updated version, Thanks.

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

    how tf do you only have 60 subs, go commit get 1,000,000 bruh you deserve it

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

    Every time I go onto the jumpscare, the NPC takes a while to load and the animation doesnt play. Then the NPC just stands there even after it has finished. I followed all the scripts and all that so I dont get why this is happening

    • @bleached4094
      @bleached4094 2 ปีที่แล้ว

      same thing happened to me, the rig i have spawns, and unloads after a selected amount of time. the only problem is the animation doesn't play.

    • @toothcandle
      @toothcandle 2 ปีที่แล้ว

      for me the player character that steps on the trigger plays the animation and not the npc

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

      Don't use local scripts

  • @darobloxian992
    @darobloxian992 5 หลายเดือนก่อน

    hey man! i need your help now.I did the mechanisms and scripts in your video.But when i touch the trigger,it only shows the character but not the animation.
    Do you know whats the matter in here?

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

    Question, if I wanted to add a sound effect, what would I have to do?

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

      place a new script and put this down.
      script:
      local Played = false
      script.Parent.Touched:Connect(function(Hit)
      if Hit.Parent:FindFirstChild("Humanoid") and Played == false then
      local Player = game.Players:playerFromCharacter(Hit.Parent)
      local Sounds = game.ReplicatedStorage.Sound.HorrorSound:Clone() -- Put it to game.Workspace.SoundHere:Clone() --
      Sounds.Parent = Player.PlayerGui
      Sounds:Play()
      Played = true
      wait(3)
      Played = false
      end
      end)

  • @kingrednoob5501
    @kingrednoob5501 2 ปีที่แล้ว

    thx for this tutorial, it actually worked

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

    Hello, just a little question, how can i add a sound for when the monster is appearing?

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

    Thank you! Btw i was thinking about can you do a jumpacsre tutorial, like apeirophobia, doors, piggy. I mean the camera moves to the monster and the player gets killed

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

    great tutorial works perfectly!

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

    How could I make it so the monster’s position is at the trigger? I have a random generating room thing and I’ve tried a few things but position or cframe are not a valid member of the jumpscare.

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

    by any chance can you make a new video about how to make a jumpscare because I looked thru countless videos and I can't find one that actually works pls and thank you

  • @KK-cs8iq
    @KK-cs8iq 3 ปีที่แล้ว +3

    Hi well, the jumpscare and everything worked but! I wanted this rig to move across the map but after it did move across the map it also moves back to the original place!
    I don't know if it "worked" but I tried to add a destroy but when it moves back to the original place it deletes it self

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

      Same here!

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

      To make a rig move across a map you need to just make the model path find between to locations and then disappear after reaching its set location. I understand that you may not be able to do this so I can do a tutorial on rig path finding in the future.

  • @AdrolGaming
    @AdrolGaming 2 ปีที่แล้ว

    Instead of it play once, how can i make it play everytime when i touch the trigger?

  • @relash4885
    @relash4885 3 ปีที่แล้ว +22

    script.Parent.Touched:Connect(function(hit)
    if hit and hit.Parent:FindFirstChild("Humanoid") then
    script.Parent:Destroy()
    game.ReplicatedStorage.Jumpscare.Parent = game.Workspace
    wait(2)
    game.Workspace.Jumpscare.Parent = game.ReplicatedStorage
    end
    end)
    (script at 4:56)

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

      thx :)

    • @notnalakaxd7258
      @notnalakaxd7258 2 ปีที่แล้ว

      Thank you

    • @xbesyy
      @xbesyy 2 ปีที่แล้ว

      script.Parent.Touched:Connect(function(hit)
      if hit and hit.parent:FindFirstChild("Humanoid") then
      script.Parent:Destroy()
      end
      end)
      it is this

    • @StarLightFilmProductions
      @StarLightFilmProductions 2 ปีที่แล้ว

      So just copy all that down them make my monster then boom

  • @NTSA-ox6fg
    @NTSA-ox6fg ปีที่แล้ว

    How could i make the npc kills the player, for example, after stepping on the trigger the jumpscares fires and the player dies? How can i do that?

  • @RedwiewOg
    @RedwiewOg 2 ปีที่แล้ว

    This helped me a lot!

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

      No problem, thanks for using my tutorial!

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

    local Animation = script.Animation
    local Humanoid = script.Parent.Humanoid
    local AnimationClip = Humanoid:LoadAnimation(Animation)
    repeat wait() until game.Workspace:FindFirstChild("Trigger") == nil
    AnimationClip.Looped = false
    AnimationClip:Play()
    (script at 4:14)

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

    how do you make the monster only rotate instead of playing animation?

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

    what’s the plug-in called

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

    tysm bro it worked! you earned a new sub! also how do i make it play a sound?

    • @Gaming_Beef
      @Gaming_Beef  2 ปีที่แล้ว

      To add sound to the jumpscare you need insert a sound into the script inside of the jumpscare model. Then change the name of the sound to "Sound". Then inside of the jumpscare's model script create a new line after line 8 (so you will be writing on line 9) and type "Script.Sound:Play()", you also might need to put a wait before the sound (on line 9 so "Script.Sound:Play()" is on line 10) if the sound plays to early.

    • @bersekerso2740
      @bersekerso2740 2 ปีที่แล้ว

      @@Gaming_Beef yo ty i was searching how to add a sound to my jumpscare, helped a lot bru.

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

    whats the plugin called that makes you able to load catalog items onto the character?

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

      Go check out my other video "How to customize an NPC in Roblox studio". The plugin is linked in that video's description.

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

    how do you add a sound?

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

    everything works but the animation doesnt play when the jumpscare is triggered

  • @PiggyBonkers0309
    @PiggyBonkers0309 3 ปีที่แล้ว +6

    I tried Game M8s jumpscare tutorial 5 times but didn't work, this worked first try. Can guarantee It works! Perfect for my game :)

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

      Glad I could help!

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

    Uhm- How do you add stuffs like those black thing in the monster's back?

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

      Its very easy, go take a look at this tutorial to find out how "How to customize an NPC in Roblox studio" - th-cam.com/video/e7qu0ha6_IY/w-d-xo.html

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

      @@Gaming_Beef Thank you! I'll give it a try!

  • @indyjk8541
    @indyjk8541 2 ปีที่แล้ว

    it work thank you so very much!

  • @xcallmemia823
    @xcallmemia823 2 ปีที่แล้ว

    When i try to touch the trigger, the monster is not showing. how do i fix it

  • @sonicracktubbieYT
    @sonicracktubbieYT 2 ปีที่แล้ว

    I mean it works but the animation doesn't play when the player comes into contact with the trigger

  • @DeathMorethanlife
    @DeathMorethanlife 2 ปีที่แล้ว

    Hey I need some help! I tried everything I redid the video more than 20 times but the animation is not playing everything else is working BUT the animation

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

    Worked, useful and easy to follow. Moves at a nice pace and explains it well. Very useful, Definitely recommend using this. Although, I’ve tried duplicating them many times and I just can’t seem to remake them in the same ‘Place’. I’ve tried copy and pasting them, then fixing the scripts and animations, and even rewatching and re-doing it step by step. If you could add a way to duplicate them at the end of each tutorial, it would really help. Thanks.

    • @weston5146
      @weston5146 2 ปีที่แล้ว

      i tried copying and pasting and somehow got multiple to work. it was really weird to get them to work but yea a tutorial would be awesome

  • @Gustz_Lmao
    @Gustz_Lmao 2 ปีที่แล้ว

    Very thanks it really helped!

  • @dejordoli
    @dejordoli 2 ปีที่แล้ว

    ur the best

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

    Finally, something that works!

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

    how do i make 2 jumpscares or more bc only the first one works

  • @Cam-v5n
    @Cam-v5n 2 ปีที่แล้ว

    The animation refuses to play for me. since i have multiple jumpscares i changed things to Trigger 1 and Trigger 2. one of my scripts: Local Animation = script.Animation
    Local Humanoid = script.Parent.Humanoid
    Local AnimationClip = Humanoid:LoadAnimation(Animation)
    repeat wait() until game.Workspace:FindFirstChild("Trigger3") == nil
    AnimationClip.Looped = true
    AnimationClip:Play()
    it wont do the animation. i have the animation in the script and everthing.

    • @Cam-v5n
      @Cam-v5n 2 ปีที่แล้ว

      im highly certain it is cause of the script i edited. i know scripting as much as a 1st grader learns in a regular school

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

    There is a good plugin for animation only for 1000 Robux it does the job Amazing

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

    the monster didnt disappear : (

  • @Rajeesh_23
    @Rajeesh_23 3 ปีที่แล้ว

    2:51 “export” Wdym when I click the 3 dots I don’t have a export button do you mean import? Idk much about programming or computers but I don’t want to mess anything up by importing all I’m trying to do is make my game better with jumpscares.

    • @Gaming_Beef
      @Gaming_Beef  2 ปีที่แล้ว

      Sorry about that, Roblox studio was updated so it is done differently now. Check the pinned comment for more info.

  • @gjjam
    @gjjam 2 ปีที่แล้ว

    what was that pluggin u used to do the accecories

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

      Go check out the other video on my channel called "How to customize an NPC in Roblox studio" the video has a link to the plugin and how to use it.

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

    How do you make the NPC Disappear? I want to make it a little simpler where the NPC disappears when you touch a brick.

    • @Gaming_Beef
      @Gaming_Beef  2 ปีที่แล้ว

      Follow the tutorial its all in there.

  • @Haanacho
    @Haanacho 2 ปีที่แล้ว

    can u make another vid of adding sound to the jumpscare plz ty

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

    Can you help me when I got the jump scare in robloxworkspace or what it was my jump scare character got invisible and I don’t know what to do

  • @LetGoMyLegosTyler
    @LetGoMyLegosTyler 2 ปีที่แล้ว

    how do i get the animation to not play backwards at the end

    • @Gaming_Beef
      @Gaming_Beef  2 ปีที่แล้ว

      Do you mean not go back behind the wall?

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

    Is there a way to add sound to it?

  • @MattPhong
    @MattPhong 2 ปีที่แล้ว

    Is it possible to add a sound to the jumpscare?

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

    what if I want the jumpscare to be him walking across the hall in front of my and dissapearing when he gets on the other side cause it plays it forward but then it plays it backwards and I don't want him to walk backwards and forwards in front of the door

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

      That is more complicated to do than this, to do it you will need to use the pathfinding service and make points to where you want your monster to go. I might make a tutorial explaining this in the future.

    • @maddenislifeperiod1600
      @maddenislifeperiod1600 2 ปีที่แล้ว

      What about a bunzo jumpscare how do you do that

    • @scrubadubgrub
      @scrubadubgrub 2 ปีที่แล้ว

      yeah thnis is what i want

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

      Try making the animation but make sure it is NOT looped and have the ending of the animation him clipping into the ground

  • @senron5876
    @senron5876 2 ปีที่แล้ว

    I don’t know how to make an animation can I borrow your animation ID

  • @OoiCanon
    @OoiCanon 2 ปีที่แล้ว

    How to loop the animation when people touch the trigger part
    I dont want to destroy part

    • @gamerguythe
      @gamerguythe 2 ปีที่แล้ว

      go back to the animation you used for your monster and there is like a loop animation button

  • @Tail1704
    @Tail1704 2 ปีที่แล้ว

    This didn’t work for me, I followed the vid and everything but the animation doesn’t play. The monster doesn’t appear either

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

      same

    • @tafaa001jr4
      @tafaa001jr4 2 ปีที่แล้ว

      same happend to me

  • @vinny8075
    @vinny8075 2 ปีที่แล้ว

    second script:
    local Animation = script.Animation
    local Humanoid = script.Parent.Humanoid
    local AnimationClip = Humanoid:LoadAnimation(Animation)
    repeat wait() until game.Workspace:FindFirstChild("Trigger") == nil
    AnimationClip.Looped = false
    AnimationClip:Play()

  • @bleached4094
    @bleached4094 2 ปีที่แล้ว

    the animation doesnt play for me! So basically the rig i'm using is a blender rig i had made, and the animation is perfect, but it wont play, i inserted a humanoid into the rig but it still doesn't want to play the animation, i followed the video exactly the way you did it! (ps great video it was helpful :D , just stuck on one part)

    • @Daturtle722
      @Daturtle722 2 ปีที่แล้ว

      this is also happening to me

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

    It works but the person keeps doing the animation know how to fix it?

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

      4:12 make sure the script makes the looping false

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

      k ill try that@@Gaming_Beef

  • @Vivid18
    @Vivid18 2 ปีที่แล้ว

    How do I customize the monster?

  • @3RBY_1
    @3RBY_1 3 ปีที่แล้ว

    man thx I like that can you do a more jumpscare

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

    for those for whom this does not work, here is the corrected script
    script 1 :
    script.Parent.Touched:Connect(function(hit)
    if hit and hit.Parent:FindFirstChild("Humanoid") then
    script.Parent:Destroy()
    local jumpscare = game.ReplicatedStorage:FindFirstChild("Jumpscare")
    if jumpscare then
    jumpscare.Parent = game.Workspace
    wait(2)
    jumpscare.Parent = game.ReplicatedStorage
    else
    warn("Jumpscare does not exist in ReplicatedStorage")
    end
    end
    end)
    script 2 :
    local animation = script:WaitForChild("Animation")
    local humanoid = script.Parent:WaitForChild("Humanoid")
    local animationClip = humanoid:LoadAnimation(animation)
    repeat wait() until not game.Workspace:FindFirstChild("Trigger")
    animationClip.Looped = false
    animationClip:Play()

  • @cannedchocolate3014
    @cannedchocolate3014 3 ปีที่แล้ว

    Is there any possible way to add sound?

    • @Gaming_Beef
      @Gaming_Beef  3 ปีที่แล้ว

      To add sound to the jumpscare you need insert a sound into the script inside of the jumpscare model. Then change the name of the sound to "Sound". Then inside of the jumpscare's model script create a new line after line 8 (so you will be writing on line 9) and type "Script.Sound:Play()", you also might need to put a wait before the sound (on line 9 so "Script.Sound:Play()" is on line 10) if the sound plays to early.

    • @cannedchocolate3014
      @cannedchocolate3014 3 ปีที่แล้ว

      @@Gaming_Beef Thanks

    • @ventusgaming3304
      @ventusgaming3304 3 ปีที่แล้ว

      @@Gaming_Beef do you just drop Sound into the Jumpscare so it's just in there? or do you have to attach it to a part in jumpscare? It's not playing the jumpscare sound for me :(

    • @Gaming_Beef
      @Gaming_Beef  3 ปีที่แล้ว

      @@ventusgaming3304 Just drop the sound into the script inside of the jumpscare model.

  • @taylorswiftisgirlboss5062
    @taylorswiftisgirlboss5062 3 ปีที่แล้ว

    hello, actually my jumpscare just stuck in the place after the animation works. it didnt dissapear. any ideas how to fix this?

    • @Gaming_Beef
      @Gaming_Beef  2 ปีที่แล้ว

      Make sure that your script inside of the jumpscare trigger part is all correct. If you think it is try rewriting the whole script.

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

    thank you i will keep this for games i will make in the future

  • @keizzimp774
    @keizzimp774 2 ปีที่แล้ว

    local Animation = script.Animation
    local Humanoid = script.Parent.Humanoid
    local AnimationClip = Humanoid:LoadAnimation(Animation)
    repeat wait() until game.Workspace:FindFirstChild("trigger") == nil
    AnimationClip.Looped=false
    AnimationClip:Play()

  • @0josslynrose0
    @0josslynrose0 2 ปีที่แล้ว

    i feel like earlier in the video you should have specified that it would be an animation, not a full jumpscare that takes up your screen, because i just wasted my time

  • @Mintytree.
    @Mintytree. 2 ปีที่แล้ว

    does it also works for r6 monsters?

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

    can you put the model? i tried to fix it with my simple knowledge in scripting but still doesn't work even all the structures or spelling in scripts are corrects.

    • @Gaming_Beef
      @Gaming_Beef  2 ปีที่แล้ว

      Try redoing the tutorial from the beginning.

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

    BRUH, Tell me how to make a animation, this didn't help yet, please tell me how.

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

      I don't have any tutorials on animation on my channel at the moment so look around for a tutorial on how to do animation in Roblox studio. Sorry about that, I will try and do a video on animation in the future.

  • @devii5588
    @devii5588 2 ปีที่แล้ว

    @Gaming Beef from me the monster after you go in the wall appear and disappear, but animation dont work. Why?

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

    Here is the first script:
    script.Parent.Touched:Connect(function(hit)
    if hit and hit.Parent:FindFirstChild("Humanoid") then
    script.Parent:Destroy()
    end
    end

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

    how do i make it so one person at a time can see it?

  • @olivermascorro7558
    @olivermascorro7558 2 ปีที่แล้ว

    Does the trigger restart every time you die? and can client press it and have a cool down for others or is it client-sided?

    • @bleached4094
      @bleached4094 2 ปีที่แล้ว

      No because the trigger has a Destroy() in the program line, meaning the brick is deleted forever till the player joins a new server

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

    it doesnt work :( i typed and added all of that in and its wont pop up

  • @Purstaryom
    @Purstaryom 2 ปีที่แล้ว

    for me it appears and dissapears but no animation plays can someone tell me why

    • @alexsanderdudin3845
      @alexsanderdudin3845 2 ปีที่แล้ว

      you don't need to remove AnimationClip in script
      so it will work

  • @PlushVid
    @PlushVid 2 ปีที่แล้ว

    can i make the jumpscare time longer?

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

      Yea, when you make the animation just make a longer animation and then make it wait longer before it destroys.

  • @alyxiee
    @alyxiee 3 ปีที่แล้ว

    so uh i have an issue, i kept on trying it but the monster didnt appear. i followed the steps but it couldnt move so yeah
    i need help

    • @Gaming_Beef
      @Gaming_Beef  3 ปีที่แล้ว

      Alright so try redoing the tutorial and make sure that all of your scripts have precise spelling and capitals, also make sure that you take your time and don’t rush it.

    • @alyxiee
      @alyxiee 3 ปีที่แล้ว

      @@Gaming_Beef ok thank you!

    • @sappykurt4415
      @sappykurt4415 3 ปีที่แล้ว

      Also me I redone and nothing

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

    local Animation = script.Animation
    local Humanoid = script.Parent.Humanoid

    local AnimationClip = Humanoid:LoadAnimation(Animation)

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

    The Trigger Should Be As Far as Possible Its Scariest This Way
    I Think Your Trigger Is Too Close To The Monster.

  • @JustAPersonWhoComments
    @JustAPersonWhoComments 2 ปีที่แล้ว

    Good for the Backrooms…

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

    note that your able to use any rig you wished in your choice if you need to know

    • @Gaming_Beef
      @Gaming_Beef  2 ปีที่แล้ว

      Noted, thanks for watching the video!

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

    i will help you guys script:
    script.Parent.Touched:Connect(function(hit)
    if hit and hit.Parent:FindFirstChild(''Humanoid'') then
    script.Parent:Destroy()
    end
    end)
    2# script:
    local Animation = script.Animation
    local Humanoid = script.Parent.Humanoid
    local AnimationClip = Humanoid:LoadAnimation(Animation)
    repeat wait() until game.Workspace:FindFirstChild(''Trigger'') == nil
    AnimationClip.Looped = false
    AnimationClip:Play()

  • @seaminee1236
    @seaminee1236 2 ปีที่แล้ว

    di i must achor the jumpscare part?

    • @Gaming_Beef
      @Gaming_Beef  2 ปีที่แล้ว

      If you are referring to the part that you touch which triggers the jumpscare then yes anchor that part.

  • @SergeantNoobOfficial
    @SergeantNoobOfficial 2 ปีที่แล้ว

    Pls Link for Load Catalog items plugin

    • @Gaming_Beef
      @Gaming_Beef  2 ปีที่แล้ว

      1:47 There is a information card in the top right of the screen. Go to that video and it will show you how to customize an NPC in Roblox studio. The link is also in that video's description.

  • @stagethere
    @stagethere 2 ปีที่แล้ว

    I’m making a horror game and this could help

  • @lkwan4680
    @lkwan4680 2 ปีที่แล้ว

    i think its quite good but i hv a problem is how to make the animation video and add in it