How to make a Jumpscare in Roblox Studio

preview_player
Показать описание
How to make a Jumpscare in Roblox Studio

🛒 Check out my Asset Store

🎮 Join my ROBLOX Group!

💬 Join my Discord Server!

Today I'm showing you how to make an Animated Jumpscare in Roblox Studio. You'll see jumpscares similar to this in Roblox horror games like the Mimic. I've included this jumpscare system in my horror series before, but I thought I'd remake it as a new tutorial!

⏰ Timestamps
0:00 - Intro
0:13 - Setting Up
3:36 - First Script
6:23 - Second Script
8:34 - Testing

🎵 Music Used
Branch (Prod. by Lukrembo)
Cloud (Prod. by Lukrembo)
Biscuit (Prod. by Lukrembo)
Chocolate (Prod. by Lukrembo)

👍 If you enjoyed this video, make sure to leave a like, comment and subscribe down below!
Рекомендации по теме
Комментарии
Автор

if anyone wants to quickly copy the script here it is:
script1:

local JumpscareEvent =
local Debounce = false



if then

if Debounce == false then
Debounce = true

wait(2)
Debounce = false
end
end
end)


script2:

local CurrentCam = game.Workspace.CurrentCamera
local JumpscareEvent =

local JumpscareCam =
local Monster =

local Anim =
local AnimTrack =




CurrentCam.CameraType = Enum.CameraType.Scriptable
CurrentCam.CFrame = JumpscareCam.CFrame

AnimTrack:Play()
script.Sound:Play()

wait(2)

CurrentCam.CameraType = Enum.CameraType.Custom
end)

Like this comment so more people can see it! (and also tell me if i missed something or if i misspelled something)

ScriptFedora
Автор

Do you read my mind? Thats what i needed

minecraftilehm
Автор

Guide:

Workspace Items:
JumpscareTrigger
Jumpscarescript under JumpscareTrigger

Jumpscare folder Items:
Monster dummy
Black walls
Camera part
Animation under humanoid

Replicated storage items:
Jumpscare event (remote event)

Starter gui Items:
Jumpscare script (local script if applying to one player and script if applying to all players)
Under jumpscare script: Sound (jumpscare sound)

Zeitx_
Автор

Thank you, it was really helpful for my horror game (Darkest night) I really appreciate your YouTube channel! 🙃

mashonlinex
Автор

Bruh, why are there so many comments saying this worked, it was broken and it wasn't playing a jumpscare

roboxgaming
Автор

You never fail me, thanks alot. Im doing your horror game series and im not good at animating jumpscares so i used this. So thank you!

Insertname
Автор

thanks its really helpful video for my ice scream rod test

dragonite
Автор

Brooo.. exactly when i needed this.. da video comes out.. how did you know broo!!

Ekenie
Автор

Thanks man! This was really helpful for my fnaf game!

ItsMajinBOB
Автор

i love u plz take my kids train them to be as talented as you and make them become masters of the roblox studio

hamozzled
Автор

This helped me so much, i wanted to make a jumpscare zone in my simulator but didn't know what to do and saw this vid!, thank you!

chertdev
Автор

Thank you so much this is really cool helpful!

BloxyIsHere
Автор

Finally perfect jumspcare with animation on it

Kenimasi
Автор

Thank You So Much! I Wanted To Make A Game Like The Mimic And I Was Like "I Need A Jumpscare!" And This Helped A Lot!

mohammadayaanfaisal
Автор

it was helpful cuz my jumpscare animation kept going when i respawned

dragonite
Автор

Sometimes it changes the angle of view of the camera instead of having the view of the part I have one randomly on the side and sometimes it plays like 5 seconds after the killer has killed me(maybe because roblox update broke it), how to solve this problem pls ?

mohabjk
Автор

Thanks so much i have been looking for this for months! :)

notsofriendlyr
Автор

THIS IS AMAZING!! you are a LIFESAVER I almost gave up on doing a jumpscare animation at all!!!

ThawBerry
Автор

We can all agree that GamerM8 always makes our day better

Tp-Games
Автор

Thank you so much! You are so helpful! I’m trying to make a horror game

HyperspaceStudios