game.Lighting.Ambient = Color3.new(0,0,0) local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://www.roblox.com/asset/?id=27697743" s.Volume = 0.8 s.Pitch = 2.4 s.Looped = true s.archivable = false s.Parent = game.Workspace wait() s:play() local s = Instance.new("Sound") s.Name = "Sound" s.SoundId = "http://www.roblox.com/asset/?id=35935204" s.Volume = 1 s.Pitch = 0.9 s.Looped = true s.archivable = false s.Parent = game.Workspace wait() s:play() print ("Loop cycle start") game.Lighting.TimeOfDay = "18:00:00" wait() while true do wait(12) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "DIGNITY: MUHAWHAWHAW! NOOBS! I HAVE RETURNED FOR MY REVENGE!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "DIGNITY: NOW YOU WILL ALL PARISH IN MY FIRE OF DOOM!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "DIGNITY: I WILL DESTROY YOU ALL! YOU ARE WORTHLESS!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "DIGNITY: YOU WILL NOT LIVE THROUGH MY DEADLY ATTACKS!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "DIGNITY: I MIGHT AS WELL CLONE YOU INTO BOTS!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "DIGNITY: AND THEN THOSE BOTS WILL DESTROY ROBLOX! HAHAHAHAHA!" wait(6) msg:remove() wait(3) msg = Instance.new("Message") msg.Parent = game.Workspace msg.Text = "DIGNITY: YOU CAN'T STOP ME! THERES NOTHING YOU CAN DO!" wait(6) msg:remove() end