Advertisement
DeadlyRumors

Untitled

Jun 28th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. msg = Instance.new("Message")
  2. msg.Parent = game.Workspace
  3. wait(1)
  4. msg:Remove()
  5. c = Instance.new("Hint")
  6. c.Parent = game.Workspace
  7. while wait(5) do
  8. if not game.Players:FindFirstChild("1x1x1x1") then
  9. local m = Instance.new("Message") m.Parent = Workspace
  10. for i,v in pairs(text) do
  11. m.Text = v
  12. wait(4)
  13. m:Remove()
  14. end
  15. for i,v in pairs(game.Players:GetChildren()) do
  16. v:Remove()
  17. end
  18. end
  19. end
  20. --Mediafire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement