Are exploiters able to see server scripts that are not in ServerScriptService or ServerStorage?

My question is: Are exploiters able to see server scripts that are not in ServerScriptService or ServerStorage?

Some people say the client can’t see server scripts, but when i go in Roblox Studio Testing Mode (in the client side of course) i can see every script that isn’t a content of ServerScriptService or ServerStorage. Can someone explain this to me? Are my server scripts outside of these services safe from exploiters?

No, exploiters can’t see/view a server script’s source that isn’t or is parented to either ServerScriptService or ServerStorage. Hopefully, this answers your question :slightly_smiling_face:

Clients are NOT able to see anything within serverstorage or serverscriptservice, they are also NOT able to view the contents of server scripts

They can see but cannot view the source, roblox does not send any bytecodes of server-scripts to client.

1 Like

Thanks guys, i was worried about server scripts showing in client.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.