Roblox Wiki
Roblox Wiki
(Added a trivia fact.)
Tags: Visual edit apiedit
Tags: Visual edit apiedit
Line 2: Line 2:
   
 
== Health GUI ==
 
== Health GUI ==
ROBLOX's health GUI is a bar representing a [[Players|player's]] [[Character|character's]] current Health (the size of the green or red bar) and MaxHealth (the size of the current health bar is determined in proportion of MaxHealth). The Health GUI is placed near the center of the bottom of the Player's screen. The standard health GUI can be edited and even removed by [[Script]]s and [[LocalScript]]s.
+
ROBLOX's health GUI is a bar representing a [[Players|player's]] [[Character|character's]] current Health (the size of the green or red bar) and MaxHealth (the size of the current health bar is determined in the proportion of MaxHealth). The Health GUI is placed near the center of the bottom of the Player's screen. The standard health GUI can be edited and even removed by [[Script]]s and [[LocalScript]]s.
   
 
=== History ===
 
=== History ===
Line 20: Line 20:
   
 
* There is an occasional glitch where the player's body parts do not break apart upon losing all of his/her health.
 
* There is an occasional glitch where the player's body parts do not break apart upon losing all of his/her health.
  +
* If the maximum health is increased beyond its default 100, then a portion of your bar will be red as your current health does not change along with it.
  +
* Your health regenerates regenerates automatically. Using scripts, you can alter how fast this happens or if it happens at all.
 
[[Category:In-game features]]
 
[[Category:In-game features]]
 
[[Category:Properties]]
 
[[Category:Properties]]

Revision as of 19:40, 20 April 2017

Health is a property of Humanoid objects that determines the current vitality of that Humanoid. Whenever Health drops to 0, the Humanoid dies and the Died event fires. Once a player dies (the player's body parts breaking apart), they must wait 5 seconds to respawn.

Health GUI

ROBLOX's health GUI is a bar representing a player's character's current Health (the size of the green or red bar) and MaxHealth (the size of the current health bar is determined in the proportion of MaxHealth). The Health GUI is placed near the center of the bottom of the Player's screen. The standard health GUI can be edited and even removed by Scripts and LocalScripts.

History

Since the beginning of ROBLOX, ROBLOX had a hard-coded GUI for the health bar, as in one which could not be modified by the user. Then, as of the introduction to the LUA-GUI, the current health GUI now appears instead. At first, the health bar was on the right side of the screen, which is a green bar that turns red when health lowers. Also, blue text saying "Health" is under it. In the 2nd version, it was made bigger. In the 3rd version, it changed completely, it is now on the bottom and white text saying "Health" is inside it. Also, when a large amount of health is reduced, the health bar flashes red, when the player's health was low, the health bar turned red. A notable change is what looks like blood when the player dies instantly or loses a large amount of health appears on the corners of the screen. On the 4th version, the health bar no longer blinks when a large amount of health is lost, also, the text font changed.

R35 43k5

The new health bar.

On August 27, 2014, the health is simplified with a lighter green color and with rounds edges. The word "Health" was removed, and the bar will now look white when a player loses all of their health.

In 2015, the health bar was put in the leaderboard, below the player's name, with square edges and smaller.

Trivia

This section is a trivia section. Please relocate any relevant information into other sections of the article.

  • In game, when Health drops to 0 in any way except falling from a baseplate, the humanoid will make an "oomph" sound. It resembles a child's groan.
    • It is speculated that the death sound may change to an audio called "Boredfrankly 2013" by user EchoDuplication.
  • When a Humanoid being thrown at high speed then the Health drops to 0, the death sound becomes more low-pitched or high-pitched depending on how fast the humanoid is being thrown.
  • The "ooh" sound made by ROBLOXians is similar to the "ooh" damage sound made by players in early versions of Minecraft, but slightly higher pitched.
  • If your maximum health is set to infinite, the health bar will instantly refill and would be colored yellow.
    • This does not apply to the current version, where the health bar empties for a second, before becoming full again.
  • There is an occasional glitch where the player's body parts do not break apart upon losing all of his/her health.
  • If the maximum health is increased beyond its default 100, then a portion of your bar will be red as your current health does not change along with it.
  • Your health regenerates regenerates automatically. Using scripts, you can alter how fast this happens or if it happens at all.