Adding a ParticleEmitter to a RopeConstraint

How can I add a ParticleEmitter to a RopeConstraint in order to make something in my game. The player creates these ropes - so I need to do this through a script.

2 Likes

Since I have never tried something like this before, I don’t know. But, I tested it in studio just now. I don’t think it’s possible. It’s most likely a better idea to put it near or on the root of the attachments and offset them.

Hope this helps. :slight_smile:

1 Like

I would recommend trying this:
Connect a part to the RopeConstraint, then set the part’s transparency to 1, set the part’s CanCollide to false, and put the ParticleEmitter inside the part.
Hope this helps!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.