PackageLink.Status should be reduced to Plugin Security

As a Roblox plugin developer, it is currently too hard to know if a package is currently out of date before modifying it. This is because PackageLink.Status is currently restricted to Roblox Script Security instead of Plugin Security.

If Roblox is able to address this issue, it would improve my development experience because I want to implement a warning in my plugin for if a developer tries to modify a package that has a pending update, so that we don’t create version conflicts. The plugin is set up to take care of the hierarchy automatically, so they often don’t see the package status in the Explorer view before working on the asset.

1 Like