Advertisement
Instance_YT

Health Bar

May 7th, 2021
1,192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local Character = player.Character
  3. local Humanoid = Character:WaitForChild("Humanoid")
  4.  
  5. while wait() do
  6. script.Parent.Text = "Health: "..Humanoid.Health
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement