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

How come 'loadstring()' doesn't work?

Asked by 10 years ago

When I tried the 'loadstring()', it said in Studio and in Server 'loadstring is not availadable', but how come? It's been about 1-2 days since its been not available, I dont understand?

0
Loadstring was disabled for good. Destrings 406 — 10y

1 answer

Log in to vote
1
Answered by 10 years ago

You must enable the "LoadStringEnabled" property in Studio. It is located in ServerScriptService.

0
Oh, they added a setting to it now? o_e TheeDeathCaster 2368 — 10y
0
Yes, to prevent LoadString-related exploits. Articulating 1335 — 10y
0
Soo, is this editable using localscripts of Workspace.FilteringEnabled is disabled? I hope, because the blocking of server sided scripting crashes my ability to code ingame that has kohl admin commands. :( Nickoakz 231 — 10y
0
While you cannot edit the property through a script, simply enabling it in Studio allows you to code in-game. However, this does make your place vulnerable to exploits. Articulating 1335 — 10y
Ad

Answer this question