How should I go about making custom particles textures

Hello there, I’m currently doing an gun and I need to do some cool particles but I do not know how to get textures or how to create them and use them in roblox

I want to create specificly gun particles like fire,spark etc. and I don’t know how I searched for youtube and devforum lot but I did not found something that could help me!

1 Like

You insert a part, click the plus sign and search/look up particle effect and insert it. there is a variety of choices(i kinda forgot cus i am on a computer with no studio) and mess with it until you get the right particles you want.

Hihi! First you would have to go to studio and select a brick. Then add particle emitter as a child. This is the easy part. You can choose from the preset particles, or make your own. If you want to make your own, I’ll follow through step by step.

First, you need a texture. A texture could be a transparent decal. So you’re going to want to go to the official roblox website, and click the create tab.
image

After this, to decals.

Then you simply upload a file and name it. It must have a transparent background to work as a particle. Usually transparent images are pngs.

You click on the decal you want then so you’re brought to its page, and copy this string of numbers in the url.

image

Then paste it where the texture property is in studio!

image

And voila. Your custom particle should be working now.

image

3 Likes