A way to revoke a service from explorer

As a Roblox developer, it is currently too hard to revoke/remove a service from explorer.

I usually like to insert a service, like ReplicatedScriptService, and after sometime, I don’t want a service to be there and I want to remove it which isn’t possible. Allowing developers to revoke a service from explorer would be helpful.

If Roblox is able to address this issue, it would improve my development experience so I can remove a service from explorer, and not have a service be there for no apparent reason or use.

9 Likes

Please do not use ReplicatedScriptService. We ended up deciding not to ship it and the class will likely be removed at some point in the future. If anything is stored under ReplicatedScriptService or other internal services, its children may be lost at any given time as we stop serializing it.

23 Likes