task.spawn(function() while task.wait(0.2) do for i = 1, 28 do if workspace.Pigs:FindFirstChild("Enemy" .. i) and workspace.Pigs:FindFirstChild("Enemy" .. i):FindFirstChild("Hitbox") then firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, workspace.Pigs:FindFirstChild("Enemy" .. i).Hitbox, 0) end end end end) task.wait(18) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 1e10, 0) for _, con in next, getconnections(game.Players.LocalPlayer.Idled) do con:Disconnect() end