Advertisement
Awooslayer699

BENDY

Mar 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 == "Black_VoidStar" 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