So, i made a script where if i press a certain key a flame particle effect will show up… but it wont?
Im using r15 and im parenting the Particle Emmiter to the Upper Torso… There anyway to fix this??
Does it have anything to do with the fact that the Humanoid updates every frame? That’s why if you want to change the Humanoid Parts Properties you have to script it to do that every frame.
Try welding a Part with the ParticleEmitter in it to the UpperTorso.
1 Like
Ill try that!! Thanks!!