Properties in Roblox Studio randomly reset

Properties on various assets in a Place randomly change values without any modification from an end-user in Studio. The two most frequent properties that change without human action are FlipbookLayout on ParticleEmitter’s and HasSkinnedMesh on MeshPart’s. We have verified that no individual is modifying these values, we are utilizing Team Create inside of a group.

Another example of this bug being reported in the past: Particle FlipbookLayout Resets Randomly in Workspace

5 Likes

I also feel like I’ve noticed this over the years but with the TrussPart.Style property. I hope that these are all related at some fundamental level and that a resolution could be found.

1 Like

Thanks for the report! I filed a ticket in our internal database.

Hi, following up on older issues here - the flipbook issue (linked in the submission) was resolved in an earlier patch. There isn’t really a “magic bullet” as @VitalWinter was hoping, these are independent issues. I would suggest for each one we have a specific bug so it can be routed to the correct team and resolved one at a time. For each one, it would be extremely helpful to have any repro steps (if available) and potentially logs. From what we’ve seen in the past, a reset generally happens due to some error condition on a related change to the instance (or related instance) and the property is reset. If you see this, we can either look at changing the reset behavior, or preventing the erroneous change in the first place.

1 Like

The Flipbook issue has since been resolved.

Looking at HasSkinnedMesh I’m not seeing any way it could randomly get set, this may also have been a past issue which has since been resolved.

If you run into a case of this again open a new bug report with more details. Closing this one.