i need help creating water particles for my game i just dont know how to make custom particles i just need some particles that look like the images below
any help is appreciated
You can use fire then change the color to white and change the height hope this helps
You can also use smoke and size it down and recolor it.
That would be to misty and u cant really size it down like you can with fire
i tried both of them but they didnt work to well
Try using a particle emitter with this particle: rbxassetid://272050333
For this I’d use ParticleEmitters. It’s far more customizable than fires and smoke.
You can modify the particle image, size, angle of spreading, and others. It supports NumberSequences to add extra sequencing effects (example, fade in transparency, etc)
Here’s for your reference:
These are the properties I would use with a particle emitter:
Acceleration changes height in this case. Here is what this looks like:
https://gyazo.com/3c8d987b43fbd11725143abf39740f52
I am using one of them on my ravine showcase!
would you recommend color or color sequence?
You can set a high speed with a negative aceleration on a particle emitter, and then mess with the spread settings to get it right
If your trying to make them look like the one’s in your pictures, I would just use color. You might want to change transparency though.
what color would you say is the best for realism?
Let me play with it for a minute, hang on.
I would say [255,255,255] with a transparency of 0.6, a size of 0.8, and this particle: 272050333.
thank you very much for the support
Thank you, I been trying to find something that would work. Thank you for sharing this. I am a beginner in making particles.