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.
Expected Behavior
Writing in a script that doesn’t have sandboxed enabled when a test isn’t running shouldn’t spam output.
Actual Behavior
It spams a bunch of warning messages saying a permission isn’t enabled when you write into the script.
Last Occurred
4/9/2025
Side Notes
This bug also occurs with a LocalScript as well