How to make a jumpscare in Roblox studio

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 405

  • @Gaming_Beef
    @Gaming_Beef  2 роки тому +41

    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 роки тому +126

    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 2 роки тому +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

  • @deleted7083
    @deleted7083 2 роки тому +73

    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 2 роки тому +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_ 2 роки тому +1

      @@zenx_roblox9532 yayayayayayya

    • @Mintytree.
      @Mintytree. 2 роки тому

      you spelled "Animation" wrong

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

    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()

  • @ThatonePizzamaker
    @ThatonePizzamaker 2 роки тому +7

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

  • @ronimations6722
    @ronimations6722 2 роки тому +1

    tysm!! This really helps my bendy game in development

  • @iamyamz
    @iamyamz 2 роки тому +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

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

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

  • @Imvincenzo.
    @Imvincenzo. Рік тому

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

    • @Gaming_Beef
      @Gaming_Beef  11 місяців тому +1

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

    • @Imvincenzo.
      @Imvincenzo. 11 місяців тому

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

  • @kmineblox600z
    @kmineblox600z 2 роки тому +1

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

  • @rbstudios7420
    @rbstudios7420 2 роки тому +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

  • @hx_rtk6677
    @hx_rtk6677 2 роки тому +2

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

    • @hx_rtk6677
      @hx_rtk6677 2 роки тому

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

  • @relash4885
    @relash4885 2 роки тому +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

  • @ToraeMoegiiro
    @ToraeMoegiiro 2 роки тому +2

    omg!! it worked! thank you so much! in next video can you please make a jumpscare that happens on touch (like a jumpscare on death but you touch a part and it happens) its okay if you don't want to!

    • @Gaming_Beef
      @Gaming_Beef  2 роки тому +2

      Thanks for the idea, I might do it in a future video.

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

  • @LosCriminalesInutiles
    @LosCriminalesInutiles 2 роки тому +1

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

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

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

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

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

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

  • @lame4458
    @lame4458 2 роки тому

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

  • @kingrednoob5501
    @kingrednoob5501 2 роки тому

    thx for this tutorial, it actually worked

  • @PiggyBonkers0309
    @PiggyBonkers0309 2 роки тому +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 :)

  • @longestvideosever6624
    @longestvideosever6624 2 роки тому

    this was helpful you deserve more subs!

  • @sponge9259
    @sponge9259 2 роки тому

    THX! It really helped alot i subbed you

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

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

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

    great tutorial works perfectly!

  • @RedwiewOg
    @RedwiewOg 2 роки тому

    This helped me a lot!

    • @Gaming_Beef
      @Gaming_Beef  2 роки тому +1

      No problem, thanks for using my tutorial!

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

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

  • @3RBY_1
    @3RBY_1 2 роки тому

    man thx I like that can you do a more jumpscare

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

    Finally, something that works!

  • @Gustz_Lmao
    @Gustz_Lmao 2 роки тому

    Very thanks it really helped!

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

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

  • @SpookerXG
    @SpookerXG 2 роки тому +1

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

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

  • @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 2 роки тому +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 2 роки тому +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.

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

    what’s the plug-in called

  • @indyjk8541
    @indyjk8541 2 роки тому

    it work thank you so very much!

  • @dejordoli
    @dejordoli 2 роки тому

    ur the best

  • @stagethere
    @stagethere 2 роки тому

    I’m making a horror game and this could help

  • @relash4885
    @relash4885 2 роки тому +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)

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

  • @Haanacho
    @Haanacho 2 роки тому

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

  • @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()

  • @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()

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

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

    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?

  • @Lenn-Adriaensens14
    @Lenn-Adriaensens14 7 місяців тому

    Those who are lazy like me:
    script.Parent.Touched:Connect(function(hit)
    if hit and hit.Parent:FindFirstChild("Humanoid") then
    script.Parent:Destroy()
    end
    end)

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

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

    By any chance could u tell me how do i make the rig fade out? Instead of just disappearing? Also great tutorial! Helped alot! Keep up the great work :D

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

      This is a pretty old comment, but to answer your question, there are multiple ways to achieve this, you can make the peak or jumpscare activate from a long distance so players aren't able to see when it disappears, or you could tween the transparency of individual parts of the rig. That's how I would personally go about it.

  • @loft7166
    @loft7166 2 роки тому +1

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

  • @huntertourvilleyt
    @huntertourvilleyt 2 роки тому +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  2 роки тому +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 Рік тому

      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

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

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

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

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

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

  • @ejbanez7760
    @ejbanez7760 2 роки тому

    Thank you so much!

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

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

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

    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()

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

    the monster didnt disappear : (

  • @TroZeStickIsNub
    @TroZeStickIsNub 2 роки тому

    THX DUDE!!!

  • @jacksonmoore2193
    @jacksonmoore2193 2 роки тому +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.

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

  • @pev1293
    @pev1293 2 роки тому +2

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

    • @Gaming_Beef
      @Gaming_Beef  2 роки тому +2

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

  • @diankablash5770
    @diankablash5770 2 роки тому +1

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

    local AnimationClip = Humanoid:LoadAnimation(Animation)

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

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

    script.Parent.Touched:Connect(function(hit)
    if hit and hit.Parent:FindFirstChild(*Humanoid*) then
    script.Parent()

  • @JustAPersonWhoComments
    @JustAPersonWhoComments 2 роки тому

    Good for the Backrooms…

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

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

  • @G-Boy-og
    @G-Boy-og 8 місяців тому

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

  • @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" - ua-cam.com/video/e7qu0ha6_IY/v-deo.html

    • @keyshasnow3320
      @keyshasnow3320 3 роки тому +1

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

  • @hihihihihihihihihihlololol
    @hihihihihihihihihihlololol 2 роки тому

    for some reason only the guides with around 100k views work only XD so i hope this works! edit: AYO IT WORKED LEGEND

    • @Gaming_Beef
      @Gaming_Beef  2 роки тому

      All good, I promise that all of my tutorials work. I spend a good hour planning each video.

  • @deleted7083
    @deleted7083 2 роки тому +1

    game.ReplicatedStorage.Jumpscare.Parent = game.Workspace
    wait(2)
    game.workspace.Jumpscare.Parent = game.ReplicatedStorage

  • @AdrolGaming
    @AdrolGaming 2 роки тому

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

  • @lkwan4680
    @lkwan4680 2 роки тому

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

  • @tomthebmxer8637
    @tomthebmxer8637 2 роки тому

    Cool man

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

    Damn can't make it happen since the Roblox don't have any useful animation plugin

  • @sonicracktubbieYT
    @sonicracktubbieYT 2 роки тому

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

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

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

    how do you add a sound?

  • @senron5876
    @senron5876 2 роки тому

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

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

    Thanks broo

  • @gr9170
    @gr9170 2 роки тому

    my monster won't dissapeer

  • @chonggary2570
    @chonggary2570 3 роки тому

    Hey im TheNewKaiSen ( you might not remember me) on Roblox and I donated 5 robux on your game "AFK until someone donates 2500 rbx" and I was wondering if I could have my name on it since I was like the first 7 people to ever donate to your game

    • @Gaming_Beef
      @Gaming_Beef  2 роки тому

      I remember you, stay tuned and I might give you your Robux back one day lol.

    • @chonggary2570
      @chonggary2570 2 роки тому

      @@Gaming_Beef lol

  • @vindiesel1869
    @vindiesel1869 2 роки тому

    Im Defo Gonna Try This

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

  • @HunterSquadOffical
    @HunterSquadOffical 2 роки тому

    thank you so much

  • @ZammestZam
    @ZammestZam 2 роки тому +1

    every time I follow a tutorial on any script it never works even if the spelling is correct.

  • @izyy2753
    @izyy2753 2 роки тому +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.

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

    Can you collab me in my roblox studio? Please sir😢❤

  • @Rajeesh_23
    @Rajeesh_23 2 роки тому

    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.

  • @aymantheremix7086
    @aymantheremix7086 3 роки тому

    Can You Make A Tutorial On Cash Gui Like Uhhhh When You Earn Cash A Text Is gonna Pop Saying The Amount Of Cash It Would Be Better If You Make A Settings Script Like A Module Script

    • @Gaming_Beef
      @Gaming_Beef  3 роки тому

      Thanks for subscribing and Yes I can make a tutorial on that for you. Also can you give me more detail on what you mean because I'm a little confused, thanks!

    • @aymantheremix7086
      @aymantheremix7086 3 роки тому

      @@Gaming_Beef I Will In Next Video You Upload

  • @Vivid18
    @Vivid18 2 роки тому

    How do I customize the monster?

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

  • @xcallmemia823
    @xcallmemia823 2 роки тому

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

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

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

    i try making 2 diferent jumpscare but only 1work

  • @taylorswiftisgirlboss5062
    @taylorswiftisgirlboss5062 2 роки тому

    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.