Context: I have a tag called "fireEmitter" that is applied to all parts that I want to apply a burn effect to the player. When touched, it activates all the code for burning. I currently only have "4" parts tagged with "fireEmitter":
- The test part, which correctly applies.
- The second test part, which also correctly applies
- A part within a model within ServerStorage, which gets TouchInterest but I have no way of touching
- A clone of the 3rd part, which does not get TouchInterest and does not work.
I have no idea on how I would fix this. I'm assuming it's because cloning the part breaks it somehow? Right now, the entire model the part is in gets cloned into the workspace, so maybe it's because I'm not directly cloning the part?
The tag detection and cloning code is shown in the images. I am... very confused.