HUDHelper - Easy, Clean HUD for Your Game!

The HUDHelper Death Screen module has a custom death screen with 15+ death messages. You can even add more! The screen also features respawn adapting, where the length on screen adapts to the RespawnTime of your game.

Get the model here:
Death Screen model

The HUDHelper CPS GUI features a left AND right click CPS counter, in the bottom left corner of your screen.

cpsthing

Get the model here:
CPS GUI model

The HUDHelper FPS GUI shows a live FPS counter in the bottom right corner of your screen, letting you know your live frames per second.

fpsthing

Known issues:

The FPS gets listed over the actual amount at framerates over 300-400

Get the model here:
FPS GUI model

The HUDHelper Ping GUI shows a live update of your in-game ping. You can use this to see a live in-game display of how good your connection is to Roblox servers.

pingthing

Get the model here:
Ping GUI model

The HUDHelper Health System is a fully custom health bar and hurting animations, to enhance the player experience. The hurting animation features screen blur, a red overlay, and a color-changing health bar.

healthbar
image

Get the model here:
Health System model

Thank you for reading! These models are entirely free, and more will come. You can demo all of the models here.

Additionally, you can watch a video demo made by @pankii_kust
HUDHelper Demonstration - YouTube

Cheers,
Dude8074

24 Likes

Any screenshot that you could show?

3 Likes

I don’t think he will provide any, but no worries here you go

2 Likes

I added some screenshots to the post. :slight_smile:

This helps alot! Very well formatted, thanks for the contribution!

1 Like

Isn’t the FPS GUI’s code overcomplicated? You can just get the parameter of Heartbeat (time between frames) so to get how many frames are in 1 second you could just divide 1 by that and then use math.floor.

1 Like

The Ping GUI seems to get the number wrong by about 200-400ms.
I’ve not modified it at all so why would it be doing this???