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

particle emitter function press? Can anyone solve it?

Asked by
Tizzel40 243 Moderation Voter
6 years ago

Is the a way that i can attach a particle emitter to each torso [disabled] then when the f key is pressed the particle emitter is enabled?

1 answer

Log in to vote
1
Answered by 6 years ago

This is a pretty simple task. When you insert a particle emitter into a part the emitter is now "attached" to that part. If you want to change how it behaves then you need to change the properties of it.

More on Particle Emitters here.

In order to get the particle emitter to activate when the player presses "F", you will need to use the UserInputService in a Local Script.

More on the UserInputService here.

Ad

Answer this question