Most of us are aware that it’s near impossible for an exploiter to access scripts that are within ServerScriptService
. However, I’m curious if it’s possible for them to access the scripts if they’re placed in a labelled folder within ServerScriptService
or is everything (including scripts) placed with ServerScriptService
safe from the client.
(Example)