Earlier quoted context omitted.
Curious, why is Roblox in violation of Apple's App store policies?
> Apps should be self-contained in their bundles, and may not read or write data outside the designated container area, nor may they download, install, or execute code which introduces or changes features or functionality of the app, including other apps. Roblox is in clear violation of this clause, downloading and executing entire games written in Lua. Apple does have an exception to this policy for HTML5 games and…
There are Lua scripts intended to run on the "client" (such as camera scripts) but I was under the impression (I could be wrong) that even they were converted by a server into instructions sent to the client, not run as a Lua scripts in a local Lua interpreter on your iPad.