What happened to loadstring()?

I found it in some old code but couldn’t find it in the docs. Where can I find more info on loadstring() ?

‘loadstring’ does not exist in lua 5.4 but was replace with ‘load’ so basically type ‘load’ instead of ‘loadstring’ and it will work.

2 Likes