-- Catch A Monster PET KILL AURA local Players=game:GetService("Players")local lp=Players.LocalPlayer local range=75 coroutine.wrap(function()while wait()do pcall(function()for _,pet in pairs(lp.Character:GetChildren())do if pet.Name:find("Pet")or pet:FindFirstChild("HumanoidRootPart")then for _,monster in pairs(workspace:GetDescendants())do if monster.Parent.Name:find("Monster")or monster.Name:find("Monster")or monster:FindFirstChild("Humanoid")then local hr=monster:FindFirstChild("HumanoidRootPart")if hr and pet:FindFirstChild("HumanoidRootPart")then local dist=(hr.Position-pet.HumanoidRootPart.Position).Magnitude if dist