Well, I was going to display a image of the player next to the health bar itself by using a camera and I got a feeling that it will conflict with the health bar, or maybe not, who knows.
It can.
You'll need a client sided add-on to display an image of the player next to it.
How?
Guess I conused that with something else. Just tried it and it doesn't work.
So I can't add a health bar?
Which one is easier? To make it simple on you, it will be as system_
Don't use System_. That's reserved for large mods.If it's a server-sided thing, use Server_.If it's client-sided, use Client_.If it's both, use Script_.
If it's just for your server and you really need to have a custom health bar with an image, you'll need both a client and a server mod.
So you want a health bar for every player, or you only want one for your own player?