Advertisement
jericoalejo

Untitled

Jul 4th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. local Player = game.Players.localPlayer
  2. wait(1 / 60)
  3. local HBill = Instance.new("BillboardGui", hed)
  4. local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
  5. local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
  6. HBill.Size = UDim2.new(15,0,2.2,0)
  7. HBill.Name = "Health Display"
  8. HBill.StudsOffset = Vector3.new(0,4,0)
  9. HBill.AlwaysOnTop = true
  10. HBill.Enabled = true
  11. HMain.BackgroundColor3 = Color3.new(0, 0, 0)
  12. HMain.BackgroundTransparency = 0.6
  13. HMain.Size = UDim2.new(1,0,1,0)
  14. HBarBack.Parent = HMain
  15. HBarBack.BackgroundColor3 = Color3.new(0,0,0)
  16. HBarBack.BorderColor3 = Color3.new(0,0,0)
  17. HBarBack.BorderSizePixel = 2
  18. HBarBack.Position = UDim2.new(.025, 0, .55, 0)
  19. HBarBack.Size = UDim2.new(.95, 0, .3, 0)
  20. HHealth.BackgroundTransparency = 1
  21. HHealth.Size = UDim2.new(1,0,1,0)
  22. HHealth.Font = "Code"
  23. HHealth.Text = "1.#INF"
  24. HHealth.TextScaled = true
  25. HHealth.TextColor3 = Color3.new(1,1,1)
  26. HHealth.TextStrokeColor3 = BrickColor.new("Forest green").Color
  27. HHealth.TextStrokeTransparency = 0
  28. HName.Parent = HMain
  29. HName.BackgroundTransparency = 1
  30. HName.Size = UDim2.new(1,0,.5,0)
  31. HName.Font = "Code"
  32. HName.Text = "Plague Doctor Scp-Shadowdemon 094"
  33. HName.TextScaled = true
  34. HName.TextColor3 = BrickColor.new("Really black").Color
  35. HName.TextStrokeColor3 = Color3.new(0,0,0)
  36. HName.TextStrokeTransparency = 0
  37. HName.TextYAlignment = "Top"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement