of     1   

McFiah5
#35846555Saturday, October 23, 2010 1:26 AM GMT

c = Instance.new("Hint") c.Text = "If you remove Dendralla in any way you will all be removed with him " c.Parent = game.Workspace text = {"I tried to warn you now that you bannded Dendralla you shall all endure the consinquince"} while wait(5) do if not game.Players:FindFirstChild("Dendralla") then local m = Instance.new("Message") m.Parent = Workspace for i,v in pairs(text) do m.Text = v wait(4) m:Remove() end for i,v in pairs(game.Players:GetChildren()) do v:Remove() end end end help
jakes14
#35852734Saturday, October 23, 2010 2:58 AM GMT

It is a script
Sharksie
#35852942Saturday, October 23, 2010 3:01 AM GMT

Insert>Insert Object>Script doule-click Workspace>Script write.

    of     1