Data
The options for Data in the constructor
Parameters
Name
Description
Type
Default
Optional
Enabled
Toggle the entire instance
boolean
N/A
OutlineEnabled
Toggle the outline
boolean
N/A
Value
The current health of the object
number
0
MaxValue
The maximum health of the object
number
100
MinColour
The colour indicating no health
Color3
255, 0, 0
MaxColour
The colour indicating max health
Color3
0, 255, 0
Offset
Additional offset
Vector2
0, 0
TextOffset
Offset for the Text
Vector2
5, 0
WidthOffset
Offset based upon a % of the box width
number
5
Last updated