#I need help at scripting

1 messages · Page 1 of 1 (latest)

lone coral
#

I need someone help me about how to add sword slash vfx in my sword tool

quiet grail
#

It should have EmitDelay and EmitCount (or something similar) attribute in each particle or attachment. All you have to do is clone it, position it and use Emit() on each particle emitter with the EmitCount as the parameter and delay each Emit() by the EmitDelay if it has it.

twilit ginkgo
#

well attributes are for preference and more control as it lets you just change the attributes instead of having to go into the code but yeah