Loadstring
Published onIf you’re writing a plugin and want to avoid optimization penalties associated with loadstring, you can just create a ModuleScript, set the Source, then require it.
If you’re writing a plugin and want to avoid optimization penalties associated with loadstring, you can just create a ModuleScript, set the Source, then require it.