I made this post in the Scripters forum as well, but not all scripters go in there and I believe the rest of the community should know about this as well
On May 12th, Server-side loadstring() will be disabled by default. The LoadStringEnabled property will be removed from the Workspace, and will get moved over to the ServerScriptService. The property will be off by default, and will not be scriptable (It can still be set in studio though).
The new property can be found inside of the ServerScriptService now. If you are using loadstring still, you need to think of a better implementation as soon as possible, and if all else fails, you can enable the property.
There is no guarantee that loadstring will be around forever, and it may be disabled completely in the future with no way to bring it back (on the server side at least)
You have about 4 days. Get moving ;)
|