image.Parent = gui image.Size = UDim2.new(1, 0, 1, 0) image.BackgroundColor3 = Color3.new(0, 0, 0) image.Image = IMAGE_ID image.ImageRectOffset = Vector2.new(0, 0) image.Visible = true
-- Setup sound sound.Parent = gui sound.SoundId = "rbxassetid://" .. AUDIO_ID sound.Volume = 1 jumpscare script roblox pastebin
-- Configuration local IMAGE_ID = "rbxassetid://1234567890" -- Replace with your jumpscare image ID local AUDIO_ID = 1234567890 -- Replace with your jumpscare sound ID local DURATION = 1.5 -- Seconds jumpscare stays on screen image.Parent = gui image.Size = UDim2.new(1