Can Exploiters read server sided local scripts?

I know I’m being completely stupid by putting local scripts in server script service but I just had a question if exploiters can view local scripts that are in the Server Script Service.
Thanks.

No, they can only view client-sided scrips if they are active in client areas! (such as Backpack, StarterGui, PlayerGui, PlayerScripts, Character Scripts, ReplicatedFirst) I do not believe this includes Workspace.

1 Like

I was planning on storing local scripts in a Server Script and then parenting the server script to a local script area, then disabling the server script, enabling the local script and then once they’ve finished running, parenting the server script and the local script back to the server script service and enabling the server script along with disabling the local script. It does this every 2 seconds. Just an idea to see if it works.

This won’t prevent an exploiter from reading these scripts at all

edit: an exploiter could just make a copy of the local script the second it is parented to whatever folder you’re putting it in that the client can see