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.