You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this plugin installed, it puts a StringValue in the __IsEditing folder when you open a place in Roblox Studio, and intends to remove it when you leave by connecting to the plugin.Unloading event. Unfortunately I don't think it runs before Team Create makes the on-close-save.
If this plugin could trigger a save after writing/removing the StringValue, then we could detect this in remodel and inform the user trying to update packages.
Is there any other API or something clever we could do to achieve this? We want to know if anyone has the place open in studio, since they can potentially overwrite the update, and will not be aware that a new version has been published.
There is the presence API but idk exactly what we can get out of it.
The text was updated successfully, but these errors were encountered:
I have the beginnings of a plugin that could help achieve this
With this plugin installed, it puts a StringValue in the __IsEditing folder when you open a place in Roblox Studio, and intends to remove it when you leave by connecting to the
plugin.Unloading
event. Unfortunately I don't think it runs before Team Create makes the on-close-save.If this plugin could trigger a save after writing/removing the StringValue, then we could detect this in remodel and inform the user trying to update packages.
Is there any other API or something clever we could do to achieve this? We want to know if anyone has the place open in studio, since they can potentially overwrite the update, and will not be aware that a new version has been published.
There is the presence API but idk exactly what we can get out of it.
The text was updated successfully, but these errors were encountered: