How to make same health system like in The rake Classic Edition

Hello!
I was wondering what health system to show player health is using in this game : The Rake REMASTERED - Roblox
This game is owned by: @RVVZ
PS for him: If you want copyright me for doing same health system then don’t I got fully another concept
of surviver game that’s named “The Dog Man | Classic Edition” try copyright and you will see
Anyway I need help with it
His(RVVZ) system is working when you get hit from NPC then it will show and tween the size
BUT It’s only show when NPC hit player not if player is healing (I think)
And no you maybe saying “Just do it in script where NPC hitting player” well I want it global
(Global means everywhere without special object that is doing specific action)
Thank for reading!

4 Likes

Could you please include some video of how it works; or briefly explain it?

2 Likes

It’s basically a health bar that pops up when you get damaged.

1 Like

not sure what you mean by global but you can try adding a script that updates/shows a health bar that can be fired by “Humanoid.HealthChanged”. Whilst fired, tweening can be possible in the function.

1 Like

Have you tried using the toolbox? Some of these models may benefit you:

https://www.roblox.com/library/3259416302/RAKE-SCRIPTS
https://www.roblox.com/library/3425704922/RAKE-MAP
https://www.roblox.com/library/131385316/RAKE-ANIMATIONS
https://www.roblox.com/library/3545406386/RAKE

I wish you luck on “The Dog Man | Classic Edition”.

10 Likes

I don’t need use tool box I don’t want get copyright like Antivirus LOL
Also thanks for wishing me good luck

Ok I know I am little late and you may have found solution, but you can change Size of frame to something like this :

script.Parent.Frame.Size = UDim2.new(0,humanoid.Health * 6,0,10) --You may need to readjust