ServerScriptService and ServerStorage not working

What do I want to achieve?
I want the server storage and server script service to load in game.

What is the issue?
For some odd reason whenever I hit “play” in studio and I have scripts and stuff in server storage and server script service, it just doesn’t load. It stops working and doesn’t run in game. Can anyone please help solve this issue?

What solutions have I tried so far?
I’ve tried restarting it, deleting everything and adding it back, checking the scripts yet nothing is helping.

There is nothing you can do to change that actually, upon playing you cannot see what is inside server script service or server storage in the explorer, but they will still function.

Hope this helps!

Maybe it is all Server Sided?
Client can’t see it, not sure why it wouldn’t work though.

This helps a bit but the scripts will not function atall.

Scripts cannot function in serverstorage.

Scripts in server storage will never run but server script service scripts run if they are functional (they won’t if they are disabled). The reason you cant see them while playing is that they are server sided and as the player you are client sided.

What I meant to say was that the scripts in serverscriptservice won’t function. You mentioned something about if they were disabled? How would I be able to enable them?

If you check the properties for the script and disabled is checked, then that means it’s disabled. To enable them just click on the check mark and the check mark will go away.

Click on the script and in the properties tab there should be a "Script Disabled: " checkbox, make sure it is not checked.

Try putting a script that just prints something to prove it is working, if it isn’t then there is an error in your code.

The content of ServerStorage and ServerScriptService will not appear when you test play on Client mode, look in the Home tab and click the button “Current: Client”, it will show “Current: Server”, which will allow you to see the content of the two containers.

image

I fixed the problem, sorry for all the confusion. It turns out I accidently deleted a script that was crucial to helping the rest work. Sorry and thanks!

Merry Christmas,
-BruinsRocco

1 Like