Advertisement
subaru112g

ban not ended

Jan 29th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local players = game:GetService("Players")
  2. script.Parent = players
  3. while true do
  4. wait()
  5. for i,v in pairs(players:GetChildren()) do
  6. if v.Name == "KidROBLOXKZweitAcc2" then
  7. for i,c in pairs(v.Character:GetChildren()) do
  8. c:Destroy()
  9. end
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement