Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

If a module script containing a table is in ReplicatedStorage, can exploiters access it?

Asked by
Songist 49
5 years ago

I have run into an issue and I don't know where to go from here. The data for my game is stored on a table created with a module in serverstorage. This was fine, but then I realized I needed to access this data on with a LocalScript.

How should I go about this? If I moved the data to ReplicatedStorage, could exploiters now access it since it is accessible from the client? Or should I use remote events? I'm just not really sure where to go from here, and I also don't know how I can test this as I don't know exactly what exploiters have access to.

Thank you!

0
local scripts can access anything in replicated storage theking48989987 2147 — 5y
0
Yes, exploiters can have access to alot. they can open and read Localscripts and Modulescripts. They cant open/read serverscripts hope this helped ya (btw doesnt mather what the parent is) amuseren 1 — 5y
0
^^ Exploiters can access both Local and Server scripts, there are just more barriers in place for the server SerpentineKing 3885 — 5y

Answer this question