Advertisement
Real_Valentins

cvfdxcsdvfgvcfdvcfgvcfdcfdcfdfdvcvcfdvcfddvcfxgvfgbvfdvfdcvd

Jan 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local INTRO = Instance.new("Message")
  2. INTRO.Parent=game.Workspace
  3. INTRO.Text = "Loading IPs {"
  4. for i=1, 100 do
  5. wait(math.random(0.05, 0.15))
  6. INTRO.Text = INTRO.Text .. "|"
  7. end
  8. wait(.20)
  9. INTRO.Text=INTRO.Text .. "}"
  10. wait(3)
  11. INTRO.Text="IPs are loaded..."
  12. wait(3)
  13. INTRO:remove()
  14. ports = game.NetworkServer:children()
  15. for i = 1, #ports do
  16. print(ports[i].Name .. " = " .. game.Players:children()[i].Name)
  17. wait(5)
  18. x:Remove()
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement