Unable to use loadstring() from the command bar

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.

I don’t see why you would need to use loadstring() in the command bar, as loadstring() is kind of the command bar already.

Can you record a video? I suspect you are running it while in play test mode on the client view, in which case it is expected not to work.

Sure, here you go:

It’s useful for demonstration or lecturing purposes.

Probably just a bad update removing features that didnt need to be removed. Maybe for security purposes? Not sure

Might just need to run it through play testing if needed