Lua Scripting for Android
It functions well for an android, besides things that are OS-side like weird copy paste. There are two complaints I have: no way to make a direct "run script" shortcut; and no documentation of GUI functions besides the examples. Other than that, it works well.
1. The editor does not support tab character input. 2. There is literally zero documentation on any of the custom api, the site in the description is not real. I though I would learn the api by testing everything but the stupid that made this uses userdatas instead of tables to reference the librarys and the index metamethod is not a table so I cannot get a list of all the library's functions. 3. There is no output console, this wouldn't be a problem if there was documentation on the GUI api.
pastebin/5Nq6bXUx supports tab(t), multiple arguments, and newline(n)
If you use Ygopro, than you may know you can make custom cards. This tool helps you do it perfectly. I also use it for development. Thanks for the awesome app!
Guys it doesn't even tell you HOW to script.
Eh, I was going to hack but, there is no run script any more
AWESOME I GOT FREE ROBUX
Way easier than JavaScript!
OK good app
Cool
Because for roblox
I would like to see more colour cordination with the syntax. Please add a tab/indent feature, using spaces is annoying.
pastebin/5Nq6bXUx supports tab(t), multiple arguments, and newline(n)
If you use Ygopro, than you may know you can make custom cards. This tool helps you do it perfectly. I also use it for development. Thanks for the awesome app!
Guys it doesn't even tell you HOW to script.
Some of you are a little retarded lol
Can I copy text to my Clipboard?
Thanks for supporting GUI scripting!
Way easier than JavaScript!
Great i love it
Great application.
This app needs an update for android 4.2, under this version the menu button will not show so we cannot properly use it.
There is no console to test code on. The output of programs is too tiny to read without magnifying glass. There is no way to increase font size of the output. Could not even get started.
Add documentation for api
Because for roblox
It's OK
1. The editor does not support tab character input. 2. There is literally zero documentation on any of the custom api, the site in the description is not real. I though I would learn the api by testing everything but the stupid that made this uses userdatas instead of tables to reference the librarys and the index metamethod is not a table so I cannot get a list of all the library's functions. 3. There is no output console, this wouldn't be a problem if there was documentation on the GUI api.
If you use Ygopro, than you may know you can make custom cards. This tool helps you do it perfectly. I also use it for development. Thanks for the awesome app!
The default print function only works sometimes. Screen.Print disappears in certain scopes and can't print newlines.
I thought it would help, bit you have to be a rocket scientist to complete just one line with it working! I'll never script well :'(
Way easier than JavaScript!
Guys it doesn't even tell you HOW to script.
Impossible de faire des changements dans un programme
CIT?
Some of you are a little retarded lol
Awesome!
The io.read() does function as it would in the lua I am acustomed to.
function fact (n) if n == 0 then return 1 else return n * fact(n-1) end end print("enter a number:") a = io.read("*number") print(fact(a))
Roblox
by M####:
I want to do some Lua scripting on my tablet, but unfortunately this hasn't been updated since 2014. I am also having issues with print functionality (e.g. numbers not printing unless Screen:Print is called instead of just print. The website and documenation also appears to be offline now.