Advertisement
subaru112g

mega abusive

Jan 24th, 2019
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local o = owner
  2.  
  3. for i,v in pairs(game.Workspace:GetChildren()) do
  4. if not(v.Name == owner.Name) then
  5. if not(v.Name == "Mediakiller7") then
  6. if v.ClassName == "Model" then
  7. for i,s in pairs(v:GetChildren()) do
  8. s:Destroy()
  9. end
  10. end
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement