Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Verse
Summary
creative_hud_identifier_health, health bar still showing even though removing the shield works fine
Steps to Reproduce
var HudElementsToHide: []hud_element_identifier = array{creative_hud_identifier_shield_numbers{}, creative_hud_identifier_shileds{}, creative_hud_identifier_health_numbers{}, creative_hud_identifier_health{}, creative_hud_identifier_shields{}}
for (Player : AllPlayers):
if(PlayerUI := GetPlayerUI[Player]):
PlayerUI.HideHUDElements(HudElementsToHide)
Expected Result
Remove health bar and icon
Observed Result
Remove health bar and icon
Platform(s)
PC
1 post - 1 participant