Selecting "Undo Changes to Selected Packages" creates many pop-ups

  1. Select 2+ package instances in Studio.
  2. Right click and choose “Undo Changes to Selected Packages”.
  3. Either it will work correctly, or you will observe many pop-ups appear (notice the dark shadow in the included picture).

System Information: Windows 11 Home, 13th Gen Intel Core i9-13900k @ 3.0GHz, 64 GB, NVIDIA GeForce RTX 4090
Beta Features: Enrolled in Beta Channel
Roblox Studio Version: 0.599.0.5990470 (64bit)

Expected behavior

Either:

  • No pop-up, package changes should just be reverted
  • Only show one pop-up
1 Like

In the middle of some of these pop-ups, I’m seeing text regarding aerodynamics. I’m also seeing changes to the EnableFluidForces property. These packages were published before the EnableFluidForces property was added, so that may be where this issue is coming from.

Update:
I’ve found that manually setting EnableFluidForces to True on all BaseParts in the Package and then using Undo Changes to Selected Packages prevents the pop-ups from appearing, so I’ll be using that as a workaround for now.

Thanks for the report! We’ll follow up when there’s any update on the issue.

@Uglypoe I investigated this and I’m having trouble reproducing the multiple pop-ups. Is this occurring repeatedly with the same package instances, or does it stop happening after you’ve reverted each package instance once?

If you’re able to reproduce it, first try it with plugins disabled, as a plugin could be operating in the background in a way that creates more pop-ups.

If it’s not a plugin, then you may need to share the package with me so I can try to repro and debug.

This stops happening for each instance after being reverted once. The clones of bugged instances inherit the issue. This seems to only apply to packages created before the EnableFluidForces property was released and only for packages that already existed in the world, so reproducing it may be difficult.

I don’t think I can give you access since the packages are owned by my game’s production group. I’ll send you a video reproducing the issue in private.

1 Like

Thanks for the help!

I finally found a way to reproduce this bug, and I’ve found the source of the multiple pop-ups. I’ll work on a fix and let you know when it’s released.

1 Like