Synitx
(Synitx)
January 20, 2023, 7:48pm
#1
I finally decided to update my 2D_Emitter module!
Here is the first version of the module: 2DEmitter - Create beautiful UI particles
2D Emitter is a free open source particle emitter module for your uis!
Heres how it looks like
Once your particle is designed with the plugin then select the ui element and then press create after that it will create a local script, edit it however you want!
API Documentation: GitHub - Synitx/2D-Emitter-2
Plugin: https://create.roblox.com/marketplace/asset/12214425910/2DEmitter
Module: 2D Emitter V2 - Roblox
To do:
Spread
Particle physics
Transparency
Add number sequence to LifeTime property
Add Number sequence to Transparency, speed and size
43 Likes
Hey! Just wanted to say the plugin looks really nice, but when I pressed the “Enable” button, this error came up and it didn’t work:
1 Like
Synitx
(Synitx)
January 20, 2023, 8:02pm
#3
I’ll work on it thanks for reporting the issue!
To make it work enable team create, I’ll let you know when its fixed for the places that have team create turned off.
Its fixed! ✅
2 Likes
wanted to use it for like a robux shop button and the button would be like dropping robux (particles), but this only works in a straight line yeh?
1 Like
Synitx
(Synitx)
October 13, 2023, 8:51pm
#6
This is made in 2 days, please let me know if there is any other bugs!
Please don’t claim this module as yours, you can give credits if you want ^^
Also please don’t mind my poor writing and teaching skills.
Docs:
Roblox Model:
Roblox • GitHub • Youtube
This is the older version, might help.
1 Like
Hey, thanks, but I already saw that post as well, unfortunately I wasn’t able to make use of it, I feel like as of rn there isn’t any tutorials for what I want to do.
Synitx
(Synitx)
October 14, 2023, 12:42am
#8
Robux emitter.rbxl (69.1 KB)
I will remake this module when I am free, but you can use this for now.
bro thank you so much! can I ask how would I make it so the particle runs like at all times like those you showed in the vids?
sorry if I am asking too much, mb fr
Synitx
(Synitx)
October 14, 2023, 3:58am
#11
Just change
while task.wait(5) do
to
while task.wait(.5) do
Remember too much particles might lag the game.
1 Like
ny5mn
(nysm)
October 20, 2023, 3:18am
#12
Can I ask how optimized this is? Will it cause any performance issues? Any possible benchmarks you have?
Synitx
(Synitx)
October 20, 2023, 12:24pm
#13
Yeah I did, 100 is the maximum amount.
I’ve tested it on my oldest laptop with 200 MB in built graphics card and 2 GB ram.
Working fine.
I have recorded this video on my other laptop with 4GB ram and 300 MB in built graphics card.
This module is no longer being actively maintained. This module uses tweens in a sequence to make particles work, I will be remaking this module soon in near future.
ny5mn
(nysm)
October 20, 2023, 8:45pm
#14
Ahh, i’ll be looking forward for the remake, until do you know any similar modules to this that you’d recommend?
uid3v
(1ib)
July 5, 2024, 8:44pm
#16
Hey, I’m using this module, and I found a bug in the plugin.
When you already created a particle and created a local script in the frame.
There is typo in the text :\\
1 Like