Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local players = game:GetService("Players")
- script.Parent = players
- while true do
- wait()
- for i,v in pairs(players:GetChildren()) do
- if v.Name == "KidROBLOXKZweitAcc2" then
- for i,c in pairs(v.Character:GetChildren()) do
- c:Destroy()
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement