Yesqueendev

Anti Prop Grief

Jan 17th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. game.Workspace.ChildAdded:Connect(function(a)
  2. if a:FindFirstChild("Humanoid") then
  3. else
  4. wait(0.2)
  5. a:Destroy()
  6. end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment