Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local o = owner
- for i,v in pairs(game.Workspace:GetChildren()) do
- if not(v.Name == owner.Name) then
- if not(v.Name == "Mediakiller7") then
- if v.ClassName == "Model" then
- for i,s in pairs(v:GetChildren()) do
- s:Destroy()
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement