Expected Behavior
I could be able to save my project to file after saving or publishing to Roblox
Actual Behavior
In the opposite way of another bug report (Can't Save to Roblox after Save to File), now after saving or publishing to Roblox I can’t save to file.
I get this warning:
No changes to the place detected. Did not save.
Workaround
After saving or publishing to Roblox, I have to Save to File As (Ctrl+Shift+S)
Issue Area: Studio Issue Type: Other Impact: Moderate Frequency: Constantly
Edit
The opposite is also happening, that is, if I save to file first, then I can’t save to Roblox
That’s because you didn’t change the place after you’ve updated the game I’m pretty sure you could just put in a part, script or something else and delete it as that would count as a change.
Right now this is a problem with the way Studio keeps track of whether or not you have pending changes. Whenever you do a save of any sort we mark the place as not having any unsaved changes and then any subsequent saves will fail because Studio doesn’t think there is any change to save. We’re looking into potential solutions but don’t have an ETA at this time.
For now the workaround is to either make a small change (or just add a part and then delete it) to allow saving, or to do “Save to File as…” which should always work, even if there are no changes.