My kohl's admin's fly command broke because of the loadstring().
This is the script and the error is the loadstring, I checked.
script:WaitForChild("Code") if string.sub(script.Code.Value,1,4) == string.reverse(table.concat{string.char(108),string.char(97),string.char(101),string.char(114)}) then loadstring(string.sub(script.Code.Value,5,(string.len(script.Code.Value)-4)/3+4))() end
For one loadstring cannot be accessed from Client Sided Scripts Anymore, And you have to have game.ServerScriptService.LoadStringEnabled or game.Workspace.ServerScriptStorage.LoadStringEnabled set to true.
**Correction: ** Script obfuscation (LoadString) was removed from serverside scripts. This is the reason the ":s" command on Kohl's admin is non-functional (:s runs a script), whereas :ls (localscript obfuscation) runs fine.