Having problems with making huds

Basically, I’m trying to create a 1v11 mode where each character has special abilities on each team so each player has a hud explaining their abilities. This is my first time messing with huds and player variables and I have 3 problems.

  1. How to stop the hud from duplicating when more people join. (I’ve tried adding an imgur link but this site doesn’t allow it so I copied some of the basic rules I’m trying to use onto a new preset (J8BTB) Go Ana or Bastion and add 10 bastion or ana bots if you want to see where the problems are coming from)

  2. How do you ensure the “'s Damage 0” part of the hud tracks the amount of damage each player has done? It was able to work with Bastion once I created a variable that increased once Bastion did damage and even counted on the hud but for some reason didn’t work once I tried a another hud with a different variable.

  3. I want to know if it’s possible to press interact and close or open the hud explaining the hero ability

I’ll be happy if any one were to help

try creating Local Player huds, its basically just a normal hud, but whenever you would use a Event Player, you instead use a Local Player and this can be created globally once.

so you would do a global hud thats visible to Filtered Array(Local Player, Hero of(Local Player) == {Hero} and then the text & data you want to show, like Hero Stat(Local Player, {Hero}, Damage Dealt)

Also Pro Tip, in-casing links with `` with turn it into a code block
(like what i did with local/event player above)
which then bypasses the anti-link. people cant directly use it, but they can copy paste it.

1 Like

Ok just tried it out and I got it to work. Thanks a bunch