Classic Style Blood Scripts

Found that most of the classic blood scripts in the toolbox were buggy or just didnt work at all so I made my own, putting it here incase anyone needs it


Pic of what the blood looks like

One script “Blood on damage” releases blood… on damage, the “Death pool” releases a larger amount on death, hope you enjoy!

Can be buggy if youre getting damaged alot in a short amount of time but aside from that it works

Classic Blood Scripts - Creator Store (roblox.com)

6 Likes

I’ve got an idea. You create a folder inside the character called “BloodFolder” and check if the number of children it has is below a certain number. You’d essentially be setting a value for maximum blood particles at one time. Basically, “if character.BloodFolder:GetChildren() < 30 then bleed() end”

3 Likes

oh thats smart! my issue is I wanted the blood to be trackable as I made it for a survival fighting game so if blood despawns to fast (hence the 500 second remove time) it wont work as I intended but ill def look into more lag reduction

1 Like

can your create an editable demo game or a .rbxl showing off what it can do?

Thanks

1 Like

Not much to it, its pretty simple, its a highly editable classic blood system, left a link to it at the bottom of the post so feel free to play around with it or use however you want

1 Like

thanks for the link… relating to it getting buggy, why not add a debounce or something to not have it spam out

1 Like

cause im not a good scripter haha, this is just a very basic blood script but better then the ones in the toolbox that fling you around

1 Like