Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local Players = game:GetService('Players')
  2.  
  3. Players.PlayerAdded:Connect(function(Player)
  4. if Player.Name ~= "AbsoluteNirvana" then
  5. Player:Kick("Do not kick the real scripter. AKA STOICSAGE")
  6. end
  7. end)
  8.  
  9. for i,v in pairs(Players:GetChildren()) do
  10. if v.Name ~= "AbsoluteNirvana" then
  11. Player:Kick("Do not kick the real scripter. AKA STOICSAGE")
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement