Advertisement
jai1515hb

private server

Jun 16th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. --[[ I give credit to xXxXxdragonxXxXx for his Private scripts! :D]]----------------------------------- -------------------------
  2. local h = Instance.new("Hint")
  3. m.Parent = Workspace
  4. m.Text = "Buhbai"
  5. wait(1)
  6. if h ~= nil then
  7. h:remove()
  8. end
  9. for _,c in pairs(game.Players:GetChildren()) do
  10. if c.Name ~= "jairyanofficial and c.Name ~= "cool12309" then
  11. c:remove()
  12. end
  13. end
  14.  
  15. function add(c)
  16. if c.Name ~= "None" then
  17. local h = Instance.new("Hint")
  18. h.Parent = workspace
  19. h.Text = "Lolz" ..c.Name
  20. if c.Name == "RichieRich" then
  21. wait(.0)
  22. else
  23. wait(.0)
  24. end
  25. h:remove()
  26. c:remove()
  27. end
  28. end
  29.  
  30. game.Players.ChildAdded:connect(add)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement