A GUI that adorns an object in the 3D world. Add Frames/Labels/Buttons to this object to have them rendered while attached to a 3D object.
Properties
Active: bool
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
Adornee: Instance
Determines the BasePart or Attachment a BillboardGui is positioned and displayed relative to. When no Adornee is set, the BillboardGui's parent is used if it is a BasePart or Attachment.
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
AlwaysOnTop: bool
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
Brightness: float
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
ClipsDescendants: bool
- Category: Behavior.
- Serialization: can save and load.
- Thread safety: read safe
DistanceLowerLimit: float
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
DistanceStep: float
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
DistanceUpperLimit: float
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
ExtentsOffset: Vector3
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
ExtentsOffsetWorldSpace: Vector3
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
LightInfluence: float
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
MaxDistance: float
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
PlayerToHideFrom: Instance
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
SizeOffset: Vector2
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
StudsOffset: Vector3
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
StudsOffsetWorldSpace: Vector3
- Category: Data.
- Serialization: can save and load.
- Thread safety: read safe
Methods
GetScreenSpaceBounds(): Variant
- Security: RobloxScriptSecurity.
- Thread safety: unsafe