This has been constantly happening to us in the last few days.
Same issue is happening to us, particles are fine in our game but beams sometimes do not render at all.
I know that other games are also reporting that particles completely break in theirs so it seems super random.
Itâs because Roblox released the Particle Flipbooks beta.
For some reason, they donât test their stuff before publishing it, because itâs been bugged for over a year.
I just checked bug reports to see if anyone else was having this issue and im really glad (in a way) that I saw this post. I thought it was my games network being bad or something.
Someone needs to make a bug report about this.
is this not the bug report?----
I mean a new one, this was made in december 2021.
Oh, then yeah def someone should make one.
Weâre investigating this issue. Would you have a place file we could use for reproducing it please?
Iâve created a minimal repro for this issue to expedite the fix:
ParticlesMinRepro.rbxl (39.3 KB)
Steps to reproduce:
- Press Play and wait for âParticles Emittedâ to print to the output
- Wait 3 more seconds and turn the camera 180 degrees to observe the particles emitting once the emitterâs source is in view of the camera, compare the particleâs maximum lifetime to the amount of time waited before turning the camera to observe the particles
This repro includes @Awes_3âs repro glitch as well as the beam glitch:
Beam and Particle Engine bug Repro.rbxl (37.5 KB)
Reproduction Steps:
[For Beams]
- Shoot constantly until beams stop showing up
- Wait a few seconds and they will all randomly start reappearing
[For Particles]
- Look away at the constant particle emitter, wait a few seconds
- Look back at the emitter and during the time you werenât looking every particle that was supposed
to be created will all create at once
Clip of repro
Please note:
Something very important that I found was that the beams bug is very specific to my setup.
The glitch only happens when I have particle emitters within the bullet hole part. The particle emitters were originally for a dust effect. As I mentioned in my earlier post because of particles bug, the particle emitters were disabled. Itâs been 10 months since those particles were disabled and just now it started to create these issues with the beams. While I can fix my issue in my game by removing those disabled dust particles from the bullet hole, I donât think that was an intended function. It would also be nice if I could have my bullet hole dust emitters back in action.
Additional question:
And since disabled particles seems to affect the game in some way as if they were still running but invisible. Would you happen to know if they cause lag or have garbage collecting issues? Iâve been battling some memory leak issues in the game that cause the memory to eventually keep going up and most of it is seen under âUntracked memoryâ so itâs very hard to figure out the problem.
EDIT NOTE: I tried removing the particles from the bullet hole and my main game and it still has the issue. It seems to work in the repro but not in my main game. There might be a little more to it than I thought.
Weâve sent a fix for the particle + beam visibility issue.
The particle accumulation bug is a different one, so itâs not fixed yet. Iâll follow-up on and get back to you on this one .
Thatâs great news! For the immediate moment the beams bug is the most important fix. And I almost forgot about flipbooks, but theyâre finally here!!!
Iâm having a similar issue to this where I have around >3000 trails and they all stop rendering/flicker, even after I reduce the number back to where it used to be stable <2000 they just flicker in and out (not fully sure if they do flicker in and out when in the stable zone but it does look like it)
Not just a studio bug cause I checked in game and its even worse, 0 trails showing up not even flickering
Iâm getting massive frame drops with particles and depth of field. Like that combination just lowers me to 10 FPS. Was testing just in studio by enabling and disabling a depth of field instance and it just instantly lowered everytime on a place with nothing but a bunch of particle emmiters.
Particles specifically, still cause massive frame rate drops now. Whereas they used to not.
While part of the particles/beams bug was fixed about half a year ago. The second part still exists to this day. I was recently trying to make more things with particles but kept running into issues. Particles arenât despawning on time causing lag. The part that still exists is the #2 in my previous post
âLook back at the emitter and during the time you werenât looking every particle that was supposed
to be created will all create at onceâ
It can still be reproduced in that old repro file I provided if you scroll up from this just a little.
This issue has been fixed as well.