Upscalefanatic3

SLOCK SHUTDOWN

Oct 18th, 2016
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while true do
  2. for a, xb in pairs(game.Players:children()) do
  3. if xb.Name~=game.Players.LocalPlayer.Name then xb:Destroy() end
  4. end
  5. wait(.69)
  6. end
Add Comment
Please, Sign In to add comment