So, i want to make players stats like HP, username & health bar for each player, there are dozens of players.
I know i can use a container to move the whole objects.
But i don’t have any idea to separate for each ID.
Simply it’s look like, container[player_id] => player, username text, health bar;
So, each id/player have a different movement.
Any idea how to do this?