answersLogoWhite

0

How do you script lua?

Updated: 4/28/2022
User Avatar

Wiki User

10y ago

Best Answer

You must learn it, first.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you script lua?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Games

What is the Lua script for Roblox to make commands?

Admin commands? There are many in free models.


How do you make a giver on ROBLOX?

Scripts and bricks XD. Learn how to script (LUA) then build the giver. ROBLOXWIKI.com


How do you actively insert LUA coding into a roblox game not made by you?

Well, it's got to be a script builder and usually the description on the game tells you what to put before a script to make it work.. Some places make you say " script/ " before your script and others you say " create/NAME THAT U WANNA NAME UR SCRIPT " then say " edit/NAME OF SCRIPT " then you type your script with nothing before it then say " exit/SCRIPT NAME " then... " run/SCRIPT NAME " You're welcome if it helped.


What is robloxs code for roblox?

A "code" as you may know it, is a script. Scripts in Roblox are written in a programming language called Lua, customized to fit the needs of users. People code, or script on Roblox to create things for their places or other users.


How do you make a minigame place on ROBLOX?

You have to learn Lua first. The best place to learn is from the Roblox Wiki. My favorite article is 'The Absolute Beginners Guide to Scripting'. It is very helpful. You can also learn Lua from Lua reference manuals. Yet another way you can learn is by dissecting free models and looking over the scripts inside, trying to understand what the script does. But be careful when using free models, for they can infect you place and completely destroy it. (Note: Infecting scripts do not effect you computer, only your game on Roblox) To insert a new script, click Tools in the top left corner, a whole bunch of tools will pop up at the top of your screen. Then, go to the top of your screen, and click the Insert. Next, click Object. A window will appear in the middle of the screen. Find Script, click it, then click Ok.

Related questions

How do you use Lua script in Cheat Engine?

your mam


What is easier to script with Lua or Torque-script?

I have always found LUA interesting. Its a good language. LUA has made some of the best games in the world possible, while Torque hasnt. It can become very easy if you study it. Try MTASA. Its a game, very fun, it uses LUA, it requires GTA:SA installed. Try learning MTA's LUA System, wiki.multitheftauto.com will have the their LUA reference.


How do you make a lua script for counter strike source?

depends what you want the script to do but the main things you use in lua is: print ( ) "" cmd echo if you want some tutorials, remember, google is your friend, or visit 3rdera.com


What is a good place to learn lua?

There is this cool game called ROBLOX. It lets you script in LUA. Millions of players and instances. It's ridiculous (In a good way).


What is the Lua script for Roblox to make commands?

Admin commands? There are many in free models.


Where can you find script money for Cs2D?

Ask in www.unrealsoftware.de Lua/Questions/Help thread and you might get a answer.


How do you make a giver on ROBLOX?

Scripts and bricks XD. Learn how to script (LUA) then build the giver. ROBLOXWIKI.com


How do you script in MTA?

Learn from the Wiki, and also ask on the forums. No one will actually script for you for free if you ask. You need to attempt them. Links: LUA Wiki: wiki.multitheftauto.com Forums: forums.multitheftauto.com


How do you script on Roblox on the scripting language Lua?

Open up a brand new script in build/studio mode. Copy/Paste your script or type one in. The best place to learn to script Lua with Roblox is at http://wiki.roblox.com/index.php/Lua_Help this is where I learned to script. Or use the Roblox Wiki. It is very helpful when it comes to scripting. My favorite article on it is 'The Absolute Beginners Guide to Scripting'. Hope this helps.


How do you make a tycoon on roblox and I've already searched roblox wiki and a bunch of stuff but nothing tells me how to make my own tycoon?

I would suggest finding someone who knows how to script LUA, the Roblox script. I don't script, but my friend (BinkyBear) knows.


How to press the buttens in Roblox?

Most buttons in Roblox are very simple. The buttons most used in Roblox is run by a script of some kind (scripts in roblox are lua). for these buttons there is two main ways to press a button in Roblox. aether click the button or hit the button. this is made possible by a function in a lua script such as "function hit (part)" function.


How do you rotate a brick in Roblox with out a rotate tool?

You could use your character to push the brick until it is at the angle you want, or you can use the LUA command line to execute a script that will modify the brick's CFrame. (The second option would require a knowledge of LUA scripting on Roblox.)