If anything it just goes to show how many problems there are with particles and the camera.
A while ago, I made a thread explaining how the Level of Detail system of particles is strictly based on rendering where the .CFrame is and not where the .Focus is. (Kinda makes true isometric games awkward to work with). And also causes this bug to occur more than often because of how the camera is setup
If these can be looked into and changed then it could maybe fix all the incredibly weird behaviors particles have
It’s definitely a strange one. There’s something I find even more irredeemably weird though: I finally found another thread talking about this, and it was closed as NOT A BUG. This was like 5+ years ago, though.
Apparently it was intentional back then to behave in such weird ways? Bug, Issue, Mistake, - I don’t really care what the developers call it, but it’s clearly an issue that belongs in here. “Please make the particle system not be broken” is not something to put in the feature request category, that’s for darn sure. For shame it was ignored back then, it better not be now! Years later it is even less acceptable.
I need acknowledgement from staff that this is indeed NOT how this is supposed to be functioning, because I genuinely refuse to believe that this is meant to be like this. Bug or not, it is something that was implemented in a way I would describe as non-functioning.
Can confirm that this is an issue for us as well, particles bundle up and then move once the camera is looking in that direction.
Or sometimes just play several seconds after it was originally supposed to if a script played the particles while the camera wasn’t facing that direction.
I remember reading this post but I can’t find it back – could you link it?
This was definitely confirmed to be an intended limitation and not a bug some years ago. So a feature request here would be more appropriate since bugs are addressed much differently from feature requests internally at Roblox.
Agree that “bug report” vs “feature request” is sometimes very confusing from outside looking in and they should probably remove this distinction since to users issues are just issues.
Maybe it was a misunderstanding or mistake in the past because I don’t understand how this can be a feature and not a bug. When particles are emitted using Emit() if it’s not on screen they won’t despawn or at least take far longer than the set lifetime. If it’s a feature what would be the advantage or use to this? Not to mention it causes lag spikes each time a player looks in an areas that has been emitting particles before they looked there. If people wanted a particle to last longer they’d just make it do so. I’d also like to note that this isn’t the case with particles emitted from being enabled. It’s only an issue when you manually use Emit() on the particle emitter. I’d assume it’s not intended for the two to work differently.
Good chance it was added just as an “eh, it’s fine for now” thing. What IMO makes it a bug is the fact that it should have never been allowed to exist for this long. Like, if this was intentional years and years ago, it is clearly not intentional anymore, as nobody has addressed it or payed attention.
Whether it was intentional or not, yeah, it is so far out of Roblox’s quality standards scope that it should be retconned as a bug even if it was ‘intentional’ at the time
I definitely agree with the concept that, if it is something that has no advantages and many disadvantages, it’s categorically an ‘issue’, proper bug or not
Maybe all of the boards need to be re-named. Engine Bugs should become Engine Issues - because there is no way anyone can realistically justify this as a feature request - I believe basically every single developer on roblox expects particles to behave consistently, and the fact they do not is an issue, not a missing feature.
Also, If it is going to be justified as an intended limitation, it needs to be documented as one. The API should straight up say that this is something that will happen, etc. If there is no way for a developer to know of this ‘intended’ limitation prior to active testing, it is an Issue, and likely definable as a Bug, period.
Does roblox expect me to believe, in any capacity, that they are capable of releasing a full dynamic cloud system, but cannot support a player spawning a few clouds in the sky with particles, due to particles infinitely persisting? Because I don’t.
I also still don’t understand why they play this weird game of “Bug report vs feature request”.
Any attempt to word “Please fix this thing that looks obviously like a bug” as a feature request eludes me, as there is no “feature” being requested. Just the desire to disregard whoever said this was “intentional” behavior at the time - because we need to acknowledge this should not be considered an intentional, permanent solution. If it wasn’t a bug when it was coded, it is now, years later, because it should be clear “particles can crash the game” is not something anyone should have coded to see the light of day.
So here this post remains. I still would like a more proper developer response out of it. Can talk about “bug vs intentional” all you want after that, but the post has to go somewhere.
Bumping this up cause this still has not been fixed. You’d think that Roblox, the one krillion dollar company would fix this simple issue after all these years right?
(no)
This utterly ruins performance in any games that use :Emit() for particles. Seriously, Roblox, fix this!
And even if one staff member noticed one of the other posts about this bug, its gone past the “next quarter” they were going to investigate this in!
Any, and I mean any amount of information about the status of this bug would be greatly appreciated.
Yeah I’m not really sure why we’ve had so little transparency on this.
Does roblox not realize this problem can literally bring the game to it’s knees? Like, this is an issue that I have straight up seen reports of game-crashing from. Developers must be excessively careful when using particles as, with larger games, the particle persistence can genuinely destroy a game’s performance.
Roblox, we need an official response. And not just some random moderator going “uhm technically this isn’t a bug, so instead make a feature request asking the developers to make particles function”. Because honestly if I make a feature request asking that I’m probably just going to get THAT posted deleted too - It really doesn’t fit anywhere. We aren’t requesting a feature. We are requesting for a broken system to be fixed!
Roblox, we need transparency on this one, please. We need to know why this was ever an issue, and what’s taking so long to solve this bug that feels like it should be extremely high priority.
Isn’t this a HUGE issue? Yielding particle rendering and executing all of them together the moment a player’s camera looks at the emitter isn’t optimal at all.
I emit a lot of particles for a fighting system and it’s quite baffling that I would have to manually check the camera’s look direction as well as distance to make this engine issue less prominent (by avoiding Emit() at all)
Bumping this again due to it heavily effecting my game that uses the particle system to create different weather, there should be no reason that particles keep playing when the player is looking away especially if the camera is locked in first person.
Amen! Dev relations tend to be very good at replying to things but on certain threads, it’s hard to say whether they are purposefully ignoring it, or just haven’t seen it.
The moderators sure saw it when they played “Board ping-pong” with whether or not this was a feature request or a valid issue report.
Is there just like an @ Dev Relations we can ping? They’re all over the place but never where they need to be.
This is definitely not good if this is intentional as particles shouldn’t be stored when culled out. They should be culled out but still moving so that they can be culled back in by your camera looking towards them or them moving into your camera view. It is possible that you could stack up particles like this and cause major lag if I am correct on what happens. I am no expert on this, so if I am wrong, don’t be afraid to correct me!
Roblox still refuses to acknowledge this issue, with multiple moderators taking down previous posts regarding this issue as “intentional” but not a single person recognizing that perhaps this, whether intentional at the time or not, is clearly an extreme issue that can cause performance problems and Crashing.
I wonder if, because of it not being a “”““real””“” bug, if the internal systems Roblox’ tracks bugs with literally has no place for it? Is this like a ghost issue?
You’re right, but the issue goes much deeper - It isn’t just that they aren’t moving, they aren’t despawning. If you have a particle that lasts 1 second and spawns once per second, and look away for 100 seconds, you will essentially have 100 particles spawning in when you look in that direction.
It makes literally no sense. It is the most incompetent “intentional” behavior to ever be programmed.
I actually didn’t know they still did move (according to what you said) as it doesn’t feel like they are. I assume they completely halt the despawning of the particles, which is definitely the opposite it should do.