Hi! I want to load all lua files from a script and print it to discord. I have tried LoadResourceFile(GetCurrentResourceName(), “*.lua”) but it returns nil. Can someone help? Thanks
It must be relative paths from the root of the resource folder. Globbing is not supported by LoadResourceFile
LoadResourceFile(GetCurrentResourceName(), “helloiamafile.lua”)
2 Likes
Not possible
Thanks!