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

How safe is it to put scripts in workspace models when having FE on ?

Asked by 6 years ago

I put some scripts in workspace models, and am curious how safe is that against hackers while having FE on

0
I'm pretty sure the more "Unsafe" ones are Lightning and StarterGui. I might be wrong though. Axceed_Xlr 380 — 6y
0
Exploiters can only affect server scripts through remote events while FilteringEnabled is on. Anything else they do to the server scripts will only occur on their client, and wont impact anyone else in the game. mattscy 3725 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Perfectly safe - exploiters cannot modify server scripts, no matter where you put them. However, they can add or remove LocalScripts (for themselves only) - this is one of the reasons why you should never trust the client.

I go into detail into what exploiters can do here: https://scriptinghelpers.org/questions/51968/anything-helps-someone-tell-me-more-about-fe-pls

0
Thanks for the answer and the link too (Exactly what i was searching for) ratatui12 18 — 6y
0
btw can exploiters affect module scripts put in player's scripts or player Gui? ratatui12 18 — 6y
0
Yes, though they can only impact their copy of it (every client gets a copy). chess123mate 5873 — 6y
Ad

Answer this question