How to Turn English Into Lua on Roblox
Converting English with Software
- 1). Search the Internet for English to LUA tools and download them. English to LUA programs attempt to convert simple English sentences into lines of code, doing all of the hard work automatically.
- 2). Read the program's ReadMe file or the user's manual to familiarize yourself with the software. Every piece of software is different and creates code in slightly different fashions. Some require a specific sentence template, while others have coders fill in words they want to script in a sentence template, much like ad libs.
- 3). Write an appropriate English sentence into the software and convert it into LUA. One such example would be "When the player touches a brick, the player's health becomes 0."
- 4). Edit the resulting code to make it correspond to "Roblox" standards. For example, make sure that the objects refer to "Bricks" and "Humanoids," two words which might be lost in the English to LUA translation process.
- 5). Copy the code, and then open "Roblox" studios.
- 6). Expand the "Workspace" folder. Open "Script" to access the level's code.
- 7). Paste the code into the script, and save the changes. Test the code by running the game in "Roblox."