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

Is it possible executing scripts in-game without allowing exploiters to use loadstrings?

Asked by 5 years ago

I am working on a little gui that can execute scripts but I wonder if there's an alternative for loadstring(), I don't wanna risk the game's security by turning LoadStringEnabled to true.

0
I don't believe there is. climethestair 1663 — 5y
0
No. ew_girl21 2 — 5y
0
Remote events/ functions? I don't know anything about loadstrings so I probably shouldn't be commenting :/ OBenjOne 190 — 5y

1 answer

Log in to vote
1
Answered by
NajeEod 35
5 years ago

Yes, you can but doing this would take a bit more than average knowledge i'd assume, by using a LocalScript on the client or a Script on the server, whatever text or code is entered in the GUI's TextBox can be passed to the Local/Server Script with parameters that can run on the Server/Client, like I said It's possible but i've never done it but it sounds interesting I might try.

Ad

Answer this question