Admin commands? There are many in free models.
Scripts and bricks XD. Learn how to script (LUA) then build the giver. ROBLOXWIKI.com
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.
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.
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.
your mam
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.
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
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).
Admin commands? There are many in free models.
Ask in www.unrealsoftware.de Lua/Questions/Help thread and you might get a answer.
Scripts and bricks XD. Learn how to script (LUA) then build the giver. ROBLOXWIKI.com
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
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.
I would suggest finding someone who knows how to script LUA, the Roblox script. I don't script, but my friend (BinkyBear) knows.
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.
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.)