Navarone19_CH

Health Gui

May 12th, 2019
8,895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local Char = game.Workspace:FindFirstChild(plr.Name)
  3.  
  4. Char:WaitForChild("Humanoid").HealthChanged:Connect(function()
  5. script.Parent.Size = UDim2.new(0,Char.Humanoid.Health*2,0,40)
  6. end)
Add Comment
Please, Sign In to add comment