How can I fix ServerScripService and ServerStorage?

I’m not sure what happens but I have a problem when I test my game in the studio or on the web, the ServerScripService weakens or something because the scripts do not work because they do not show that they are active

photo from roblox studio
kjbhjhkjh

when i try the game
asdaddad

tools do not appear in ServerStorage and scripts do not appear in ServerScripService,
How can i fix it?

Because if not, almost nothing on the map works …

2 Likes

Your accessing it from client. Switch to server view.

Look for Client/Server Toggle on this page to understand:

The reason why you can’t access it from client is to prevent exploiters from stealing valuable things.

5 Likes

Well, SeverScriptSever you wont be able to see it as a client same with with ServerStorage Roblox does this in case of people trying to steal valuable scripts or items in there. as DevCramp just said you will need to switch to Server view.

3 Likes

Clients cannot view Server Sided stuff for security reasons, if you wish to view the server stuff in studio click this button by the play button

image

should change to this

image

3 Likes

does it also work from the web? because I test the game from the web and it doesn’t follow the serverscripservice scrips

1 Like

If you meant the real game, when saying “web” then yes. The real game should function normally.

1 Like

but it gets on freecam right? because what I want is to try it in first person and know if it is fixed on the web

1 Like

that’s what i mean, i tried the real game before but it still doesn’t work

Are you getting confused with real game, and playing game in studio? Did you mean why won’t it work when playing game in studio?

that’s what i mean, i tried the real game before but it still doesn’t work

(what i mean is that neither ServerScripService nor ServerStorage works from the real game)

Does not work on both sides…

1 Like

It is not a glitch or a bug. That happens for me to. It is most likely so people cannot access assets stored on the server. I believe it helps keep things in there safe during gameplay.

1 Like