What are you attempting to achieve? (Keep it simple and clear)
Attempting to create a snowstorm using only particles.
What is the issue? (Keep it simple and clear - Include screenshots/videos/GIFs if possible)
I want to create the concept of an intense snowstorm with just particles, and if your graphics is on 2 then it appears as simply a light snow. If you change it up to 10 it goes to the 500 rate that I have it set at.
What solutions have you tried so far? (Have you searched for solutions through the Roblox Wiki yet?)
No solutions seem to work unless you raise graphics.
Will 2D screen GUIs work for you? As far as I’m aware, GUI elements aren’t affected by graphics level, and a lot of games do this to simulate rain/snow.
You’ll want to have multiple snowflakes on the texture and then draw larger particles, so that you need less particles for the same amount of snowflakes on screen. You will have to make a sacrifice in terms of each individual snowflake being in the correctly perceived 3D space that way, but it shouldn’t be too noticeable.
This reply suits me best honestly. As as performance goes, I’m closely monitoring it. The game itself is a pretty low performance game so I don’t think it’ll be an issue.