#Is it possible to attach an health bar on an object?
1 messages · Page 1 of 1 (latest)
you can use billboard gui or surface gui for a 3d healthbar
if you put, for example, a part in workspace then:
- put a billboard gui in that part
- put a frame in that billboard gui and make it green
- make a frame for the health background (make it red) and size it to (1,0,1,0)
- create a text label in the green frame
- script it to ur desire
the red background frame you'd put inside the green frame
You can add as many npcs as you want depending on the optimization