game.Workspace:FindFirstChild(script.Parent.Parent.Parent.Name).Humanoid:GetPropertyChangedSignal("Health"):Connect(function() script.Parent.HealthFrame.NumberLabel2.Text = game.Workspace:FindFirstChild(script.Parent.Parent.Parent.Name).Humanoid.Health end)