ServerScriptService.RequireEnabled, ServerScriptService.InsertServiceEnabled

As a Roblox developer, it is currently too hard to prevent backdoors from running in the game. Fair enough you could use explorer and regex to find them but a more permanent fix would be ability to disable require and InsertService if you don’t feel like looking for backdoors with explorer window.

If Roblox is able to address this issue, it would improve my development experience because backdoors would have a hard time trying to backdoor my game also disabling InsertService and require() would block 3rd party scripts from loading in my game.

7 Likes

Hello.

We are working on a system that will control script execution and access to different engine APIs, but we can’t share a timeline on that yet.

18 Likes