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 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.
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)
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
@@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!
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!
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!
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.
@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!
@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!
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!
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!
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!
@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!
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!
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!
@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!
i lost my pants
lol
LOL
Very valuable information
lol
pluto with no pants caught at 3am real!!
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
Is JumpscarEvent the name of something? If so what beacause the name matters
@@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.
Ok thx
should i use a LocalScript or a Script
@@Mochidrift in this case, its a script
You deserve more subs! Keep going!
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)
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
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!
No script tutorials works for me, This one sure did. Thank you!
it didn't for me :(
@@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!
Bro thx you very much i'm from Mexico and i understood all your video, I engoied your video, New suscriber
Thank you so much Pluto for making a working jump scare ❤. I sub and like literally what I wanted and you provided.
Waiting for that angel to tell the script cause my laggy blurry ahh screen could never
i got this warning "The Parent property of VirtualInputManager is locked, current parent: Place3, new parent NULL" and picture didnt show up
thanks pluto for making a working jumpscare
amazing tutorial!
Hmmmmmmm.....kind of useful tutorial!
I tried to walk toward the block to activate the jump scare and it didn’t work I check the script too
Make sure the folder is called "RemoveEvents" cuz he messed it up and put it in the script like that
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.
same problem here
me too ;(
me aswell
@@Googert_games Make sure the folder is called "RemoveEvents" cuz he messed it up and put it in the script like that
@@MrBricky. Make sure the folder is called "RemoveEvents" cuz he messed it up and put it in the script like that
YAY! It works! thanks youuu!
Could you make a 3d animated jump
scare
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.
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!
@@DuckDevs thank you so much!!💗💗
@@birb_rblx1 You're welcome!
nice
Starting music, I heard it from somewhere.
noice
Great script, but it doesn't work for LocalScripts, since I can't use FireClient on LocalScripts. How would I fix it?
thx it helped me :D
I love you pluto
How do I make it so that when I get jumpscared it makes a sound?
Do you know you can do this all locally?
"ENGOYED"
What about a colorcorrection one?
its the best roblox script tutorial on youtube
I am walking into the block and it is not working the image does not go on my screen
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!
isnot work jumpscare why?
Make sure the folder is called "RemoveEvents" cuz he messed it up and put it in the script like that
does dummies work too?
sorry man didnt work
jump scare didn't work
me too
it didn't work for me at first but i had material on plastic not smooth plastic then it work???????
Thank yu plutoo!!!!
I agree cuz it doesn’t work you scammed us
Make sure the folder is called "RemoveEvents" cuz he messed it up and put it in the script like that
Ty bro
i tried it and it didnt work it took awhile aswell sadly
same tbh idk what i did wrong
You said removeEvents instead of remoteEvents
WAIT YOU PUT REMOVE
help, jumpscare don't work, I saw all scripts, I don't know what is my problem, what make this problem
Same with mine
thx
I dont have the /explorer\ part on my screen
Go to ''view'' (above your screen, and select ''explorer.'' This will open the explorer tab!
How do I make it so it uses a ClickDetector instead
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.
@@10DeadDoves Thanks
its not working and idk why
same
it did not work for me :(
How do in open it
It doesn't work I copied EVERYTHING and it still won't work
@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!
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
And i dont have script
doesnt work :(
@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!
it doesnt work for me
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!
Unfortunate, it doesn't work.
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!
doesnt work
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!
Jumpscare failed
@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!
Me tooo😢
I don’t have roblox studio
Then why are you watching this video
@@JustinDoesStuffYT ikr
then download it
pult
Ek😱😱😱😱😱rfgehs
ewytfdeyw
LIAR
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!
thank u so much brah......
jump scare didn't work
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!
It did not work for me
@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!