Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local name = "Hollows" -- You can change this to 'Raid' to kill Raid Bosses or 'Mollows' to kill Adjuchas and such.
- while wait() do
- for i,v in pairs(game.Workspace:findFirstChild(name):GetChildren()) do
- if v.Name ~= "Place Holder" then
- local m = Instance.new("ObjectValue",v:findFirstChild'Humanoid')
- m.Value = game.Players.LocalPlayer
- m.Name = "creator"
- game.Debris:AddItem(m,.5)
- v:findFirstChild'Humanoid':TakeDamage(10)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement