Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SUBSCRIBE TO NUKEVSCITY !!! YEEE
- ----------------------------------------------
- setsimulationradius(math.huge,math.huge)
- for i,v in pairs(workspace:GetDescendants()) do
- if v:IsA("Humanoid") and v.Parent:FindFirstChild("enemyStyle") then
- v.Health = 0
- end
- end
- workspace.DescendantAdded:Connect(function(d)
- pcall(function()
- repeat wait() until d.Parent:FindFirstChild("enemyStyle")
- if d:IsA("Humanoid") then
- d.Health=0
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement