Reproduction steps:
Go Open Roblox Studio and click on Workspace. Then change “SandboxedInstanceMode” to expiermental. Proceed to create a regular script or LocalScript and enable sandboxed setting. Then write into the script and you will get a bunch of spammed warnings in the output.
@music_man1996 So basically what happens is that in Roblox Studio, when you turn on SandboxedInstanceMode to Experimental and when you turn on Sandboxed on a script. Then you open the Script Editor and start typing into the script without the RunServerScriptpermission (or RunClientScript if it’s a client script) it will start spamming output saying it’s lacking capability of that permission.
Edit: It seems to also occurs when Studio is running in test mode as well