Even with LoadStringEnabled
set to true in ServerScriptService
, I am unable to use loadstring()
to execute code in the command bar. Instead, I’m greeted with the error “loadstring() is not available”
It used to work in the past but hasn’t been working for the past few months now. Not sure when it stopped working. Sleitnick used loadstring from the command bar no problem about a year ago in one of his videos
Expected behavior
I expect loadstring to work when I have the property enabled. This makes it really easy to quickly execute code from a script without having to play test.