Blood Engine - A droplet emitter system

That’s an outdated version of the module, I assume its from the source code on GitHub since I forgot to update it.

2 Likes

So is the github code updated or do I use the RBLX model link instead?

2 Likes

Use the Roblox model for now. And may I ask did you use the BloodEngine file provided with the latest release on GitHub?

3 Likes

I would assume so?
I’m on the main branch but I see the BloodModule file in the src folder has not been updated for 3 weeks. Maybe a commit issue?

Edit: I see the new code as a release on the sidebar. Sorry for the inconvenience.

3 Likes

Report back to me if its the same as the src code, just to make sure its not outdated and if you still encounter bugs.

2 Likes

Thanks! everything works good now!

3 Likes

Hey, I have a Issue with the Blood Module. Its said attempt to index nil with ‘Emit’

And when i’m trying to do in a LocalScript There is no Blood. How Do i fix that ?

1 Like

i fixed the issue. Its Working now

1 Like

Hi,
What did you do to fix it ?

Thanks

1 Like

Please share your code. It is possible your blood instance has missing information or isn’t fully formed.

We cannot provide assistance without a baseline to see what error you can be having.

1 Like

I’m guessing Emit is nil because you tried to use the module on the server, which doesn’t wont work.

1 Like

Blood Engine • V0.0.5

↳ General Changes

A showcase has been included on the GitHub Repository.
An efficient method, UpdateSettings, has been added for changing settings.
Resolved an issue that prevented the proper removal of excess droplets.

1 Like

Is there a way to do this on the server?

umm, where is the .rbxl showcase place?

thanks

1 Like

There is, but why would you want to do this? Just wondering.

1 Like

It’s on the V0.0.5 release.

2 Likes

I’ll add back the ability to do it on the server but it won’t be as efficient as doing it on the client.
Canceled, as performing the operating on the server would not be as efficient as doing it on the client. If you have any questions on how you would implement it on the client, ask me.

1 Like

I want to do this because i dont think this replicates to other clients… I want everyone to see the blood

1 Like

Use a remoteevent to replicate it to all clients. Do NOT use it on the server.

1 Like

Getting an error



image

1 Like