How to make a jumpscare with a sound in ROBLOX STUDIO
Описание
In this video i teached you how to make a monster appears and a sound plays when a part touched (Jumpscare) . Hope you enjoyed and learned anything and this was the hardest video to edit on cus i was saying and doing too much wrong things while recording.
Script:
script.Parent.Touched:Connect(function()
workspace.Monster.Head.Sound:Destroy()
workspace.Monster.Head.Face.Transparency = 0
workspace.Monster.Head.Transparency = 0
workspace.Monster.RightArm.Transparency = 0
workspace.Monster.RightLeg.Transparency = 0
workspace.Monster.LeftArm.Transparency = 0
workspace.Monster.LeftLeg.Transparency = 0
workspace.Monster.Torso.Transparency = 0
wait(2)
workspace.Monster.Head.Face:Destroy()
workspace.Monster.Head.Transparency = 1
workspace.Monster.RightArm.Transparency = 1
workspace.Monster.RightLeg.Transparency = 1
workspace.Monster.LeftArm.Transparency = 1
workspace.Monster.LeftLeg.Transparency = 1
workspace.Monster.Torso.Transparency = 1
end)
My gaming channel: https://www.youtube.com/channel/UCC8-eQBqnC5eZjt1Npr6hbg
Рекомендуемые видео













![What If TV-Titan Used "Plan B" [FULL EPISODE + SECRET SCENE]](/images/video/2026-07-08/19/b9/19b9988c0a2b2c7e08236c1f1b580946.jpg?width=640)





