On Roblox, using the roblox-studio:// protocol on places you cannot edit will make the website display that you are still editing it.
This is a backend API bug with Roblox afaik.
Lets say I opened JailBreak with the protocol. Obviously, it would error out in Roblox Studio because of permission errors.
However, it will still say I’m editing it until I open a new place in Studio or it times out.
While there is probably no malicious intent for this, it could make other players think you’re editing a place you’re not.
Reproduction:
Open any place that you cant edit with the protocol: roblox-studio://1+launchmode:1/:edit+task:EditPlace+placeId:{id}+universeId
(Replace {id} with the place id you want to edit
I was able to reproduce a similar bug but through the presence API.
I sent in a real name and ID of a game I was editing, and it would return an error (given it probably does not have the proper verification/auth to do that) but would remove that from my status, even if I was actually editing it.
I am in the process of checking over bug reports and following up on some bugs that haven’t received any activity in a while.
Is this issue still occurring or can you confirm that this bug has been resolved?