Model = script.Parent:FindFirstChild("ILLUMINATI") Sound = script.Parent.Sound AllModels = game.Workspace.IlluminatiComfirmed wait(4) Model.Transparency = 0 Model.Decal.Transparency = 0 Sound:Play() --Illuminati comfirmed. local message = Instance.new('Message', game.Workspace) message.Text = "ILLUMINATI COMFIRMED!!!" wait(8) message:Destroy() wait(0.1) local message = Instance.new('Message', game.Workspace) message.Text = "2late" Model:remove() local h = Instance.new("Explosion") h.BlastPressure = 8 h.BlastRadius = 5 message:Destroy() h.Parent = game.Workspace h.Position = Vector3.new(-4.1, 0.815, -0.5) wait(0.1) AllModels:Destroy()