Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How i can enable a particle with a animation?

Asked by 7 years ago

Alright, i am pretty new to Scripting on Roblox, and i didn't find a tutorial about this. So, can someone answer me? And NO. I am NOT requesting for someone to make it for me. I just need a link for a tutorial or something. The reason is because i don't see a Event code that can help me with this.

1 answer

Log in to vote
0
Answered by 7 years ago

Well, I don't think you can make particles zig-zag or do circles, but they can go straight or in a curved path, if that is what you want then just make a script with this code:

Emitter = Instance.new('ParticleEmmitter, game.workspace.PARTNAME) -- Replace PARTNAME with the name of the part you want to add the effects to

Or you could do the following: Insert a particle emitter parented with the part you want the effects to be on.

Again, I don't think you can animate particles to do those movements but still, check out the link below, it might help you learn, I learned all I know here: http://wiki.roblox.com/?title=Scripting_Book

Ad

Answer this question