Hi, so I made a Fire Extinguisher that when Clicked with fires a remote event to the server that makes the Part/Smoke effect for the Extinguisher.
The problem I have found is that people with their Graphics Level set below 3 will not be able to see the smoke, therefore kind of ruining the experience of the Fire Extinguisher. My question is: Is there anyway I can make people with very low graphic settings see the Smoke?
Smoke is a kind of particleEmitters, and particleEmitters also get reduced when you lower the graphics level (which is logic because that way it’s easier for the device to handle). One way to get around this and used by many games is just to increase the rate of the ParticleEmitter. Only negative point is that player with high graphic will see a lot of the particles, but those with low graphics will be able to at least see them.
I dont know if you can, but you can read the value they have set and maybe adapt the rate of the ParticleEmitter throught a script
Go see the SavedQualityLevel of this page