So, I'm having a weird issue with Studio where scripts in workspace just won't run in test(server) mode. Is there a reason why? I don't have a specific script to show you, because it affects all scripts. I've made a simple script that says:
wait(1) print("test")
But even that won't show up in output on the server. Is there a reason why? The scripts that don't work are all located in Workspace, every other script located somewhere else works. I've tried everything, from a simple "wait" before the script, to WaitForChild: (even though you shouldn't have to use that for Workspace stuff), however scripts just won't run. And yes, Filtering Enabled is not enabled. Any help?
NOTE: A thing I've noticed is that scripts that start running right when the server starts are the ones that don't work. For example, a script that is fired via being touched works, however scripts that run right away seem to be the broken ones. I've put "waits" before them, but that still doesn't fix it.
Hi.
Put the Script in workspace and test it. If necessary, while you have the server running on roblox studio, press the disable script button in the properties and click it to enable. Then check your output.