: A transparent, non-collidable part in the workspace that uses a event to fire the script. GUI Element containing an ImageLabel ImageLabel should be set with its 1, 0, 1, 0
-- Create the ScreenGui local screenGui = Instance.new("ScreenGui") screenGui.Name = "JumpscareGui" screenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling jumpscare script roblox pastebin
-- 2. Create the ImageLabel (The scary face) local image = Instance.new("ImageLabel") image.Size = UDim2.new(1, 0, 1, 0) -- Full screen image.Position = UDim2.new(0, 0, 0, 0) image.BackgroundTransparency = 1 -- PASTE YOUR IMAGE ID HERE (Must be an image asset ID) image.Image = "rbxassetid://1234567890" image.Parent = gui : A transparent, non-collidable part in the workspace