How do I Recreate This?

I recently saw a particle system in a game and was wondering if I could recreate it?
https://i.gyazo.com/d28f70ad5a18ba40c748213003408123.mp4
The game was created by @AwesomeFredbearFazz.

Thank you for the help and have a great day/ night!

-TmsDevv

P.S. I understand how particles work, I’m just unsure what settings I need to be able to recreate that effect.

1 Like

You probably want to check out the developer.roblox.com page for ParticleEmitter | Roblox Creator Documentation.

3 Likes

get a particleemitter, put it in a part, make the part transparent and have no collision, and make the part go over the area you want it to be, its kinda hard to explain.

I can make it for you if you would like

If you want, I would really applicate that.

1 Like

im trying to send a vid on how to make it but it isnt working

1 Like

i will send screenshots instead

1 Like

something like this?

It’s hard to tell with a screenshot, could you send a video?

1 Like

i told you that videos arent working
but ill try

1 Like

here is the video of the particles:

The best way is just to play with the values in the ParticleEmitter to see what each does.
Items like the Transparency and Color can be set to change over the amount of time the particles are visible.
You don’t even have to insert the ParticleEmitter as the script on the web page suggests, you can just insert it into a Part in Studio that is the size of the floor of your room (or even into the room’s floor Part) and change the Properties in the Properties window.
You’ll learn more by experimenting than just having someone make it for you.

2 Likes

I’d recommend following what @Scottifly is saying. http://developer.roblox.com/ ParticleEmitter | Roblox Creator Documentation as those will help you a lot especially when you don’t know how it works. If that doesn’t help try finding maybe a friend (Who knows how to do it well, and can get the job done perfectly), do research, or the best way is to find tutorials! Their are tones of tutorials that exist on the YouTube platform, but if that doesn’t work for you it is best that you experiment. Doing the same thing over and over again and expecting different results! Also the particle video doesn’t really explain anything. You should maybe try to fix that (If possible, though it may or may not be necessary), as it doesn’t really help on how it works. A brief explanation or showing how it works and how you we’re able to contradict its modifications, because from the looks of it the way it was made on the gif seems to show differences between the video and the gif its self (When I mean different I mean looks not the build or other parts surrounding it).

1 Like