How do I make a Humanoids health bar show when a player is not near?

I’ve got a birds eye view camera script. And it seems like unless my Humanoid is near the other Humanoids the health bar doesn’t render? I tried turning always on and doesn’t work.

Change the health display distance in the humanoid properties to a very large number. That should do the trick. If the large number isn’t enough, use math.huge or make the number larger until it says “inf”

1 Like

Are you keeping the default Roblox health bar? Or have you created your own Billboard GUI?

No such luck, must be hard coded.

I can do that, but I’d prefer to just use the built in system if possible.

I would advise doing that since that will display a lot better than the default one