Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Scripts just won't run?

Asked by 8 years ago

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.

0
Is the script disabled? 1waffle1 2908 — 8y
0
Are you using LocalScripts for most of the Scripts in the Workspace, or are the scripts disabled, as 1waffle1 exclaimed? TheeDeathCaster 2368 — 8y
0
no, they're regular scripts, and no, they're not disabled (I made sure to check) ZeMeNbUiLdEr 104 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

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.

Ad

Answer this question