dued = Instance.new("Part",workspace) -- my roblox account (dipayy24) display name gavindR And this made by gavindR mesh = Instance.new("SpecialMesh",dued) mesh.MeshType = Enum.MeshType.FileMesh mesh.MeshId = "rbxassetid://455783801" mesh.TextureId = "rbxassetid://455783804" -- edited by gavindR (mapteptep) dued.Position = dued.Position + Vector3.new(0,10,0) wait(0.1) dued.Position = dued.Position + Vector3.new(0,20,0) wait(0.1) dued.Position = dued.Position + Vector3.new(0,30,0) wait(0.1) dued.Position = dued.Position + Vector3.new(0,40,0) dued.Size = Vector3.new(2, 2, 2) dued.Anchored = true game:GetService("Lighting").ClockTime = 0 game:GetService("Lighting").FogEnd = 20000 game:GetService("Lighting").FogStart = 0 game:GetService("Lighting").FogColor = Color3.new(0,0,0) s = Instance.new("Sound",Workspace) s.SoundId = "rbxassetid://9046435309" s.Volume = 10 s.Looped = true s.Pitch = 1 s:Play() wait(.1) s:Play() s = Instance.new("Sound",Workspace) s.SoundId = "rbxassetid://7816195044" s.Volume = 3 s.Looped = true s.Pitch = 0.421 s:Play() wait(.1) s:Play() pl = Instance.new("PointLight",dued) pl.Brightness = 40 pl.Color = Color3.new(255,0,0) pl.Range = 60 wait(14) local Lighting = game:GetService("Lighting") local ColorCorrection = Instance.new("ColorCorrectionEffect", Lighting) getplrs = game:GetService("Players"):GetPlayers() for i=1, #getplrs do getplrs[i].Character:Destroy() end wait(3) ColorCorrection.Brightness = 0.3 wait(1.3) ColorCorrection.Brightness = 0.6 wait(1.3) ColorCorrection.Brightness = 0.9 wait(1.4) ColorCorrection.Brightness = 1 -- sorry the script can't work -- it's clientside