Can hackers see server scripts in workspace? And can they change it? Not referring to module scripts or local scripts

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

I have some scripts inside blocks, that when a player steps on them they purchase a product then gain some points, I would like to know if this can be exploited, I’m only using a single Server Script.

  1. What is the issue? Include screenshots / videos if possible!

I don’t want people to exploit the script.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I’ve searched other posts but they’re not clear about this, I know it is best to use ServerScriptService for adding server scripts, I also know that local scripts and module scripts are replicated to client, but if I have server scripts inside the workspace, does it show for the client? And if it does, can it be exploited? Thanks a lot for reading all of that, I talked a lot.

I just checked, they can see everything except server script service and server storage.

Exploiters are not able to access ServerScriptService. You can see the perspective of the exploiter if you go on client mode, which if you access the explorer, you’ll be able to see what the exploiter would see.

1 Like

As I know, exploiters can see existance of Scripts in workspace, but they can’t get what they contain.

2 Likes

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