|
| 25 Aug 2011 12:06 PM |
who is interested pm me here's the detailed plan for the firsts lesons
1. introduction to Roblox's Lua and introduction to further lessons
2. variables
3.loops
4. inserting new parts via scripts
ETC...
|
|
|
| Report Abuse |
|
|
pauljkl
|
  |
| Joined: 23 Oct 2008 |
| Total Posts: 9364 |
|
| |
|
8Ovechkin
|
  |
| Joined: 16 Jan 2009 |
| Total Posts: 1760 |
|
|
| 25 Aug 2011 12:10 PM |
| er paul, I think the devil is calling :3 |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2011 12:11 PM |
| ok proof of work ....... ok i will do 1 request from you so.... ask anything i will make it |
|
|
| Report Abuse |
|
|
pauljkl
|
  |
| Joined: 23 Oct 2008 |
| Total Posts: 9364 |
|
|
| 25 Aug 2011 12:16 PM |
| Im going to assume this is an alt, who is your main? |
|
|
| Report Abuse |
|
|
| |
|
vm9
|
  |
| Joined: 29 Nov 2007 |
| Total Posts: 347 |
|
|
| 25 Aug 2011 01:59 PM |
| sign me up! I'm really bad at scripting... I need a reload animation and an ammo bar at my place which is a soon-to-be firing range. I have everything I need. All i need is the reload animation and ammo bar. |
|
|
| Report Abuse |
|
|
loogi
|
  |
| Joined: 13 Feb 2010 |
| Total Posts: 2 |
|
|
| 25 Aug 2011 02:03 PM |
i need to learn scripting im really bad do you need builders club to script? help me please |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2011 02:13 PM |
| I need a scripting school that is free... I can edit scripts and make them work fine but I dont know how to make one from scratch. |
|
|
| Report Abuse |
|
|
tummey2
|
  |
| Joined: 04 Feb 2009 |
| Total Posts: 1802 |
|
|
| 25 Aug 2011 02:13 PM |
Sumed his lesson up
1: Lua is scripting a language. It's spelled Lua Not LUA or lua. It's a name so it starts with caps and it's not an acronym.
2: x = (Insert path here) e.g. game.Workspace.Part
3: While true do (Your stuff here) end
4: x = Instance.new ("Part") x.Parent = game.Workspace x.Size = Vector3.new (x,y,z)
There ya go, done |
|
|
| Report Abuse |
|
|
vm9
|
  |
| Joined: 29 Nov 2007 |
| Total Posts: 347 |
|
|
| 25 Aug 2011 02:15 PM |
| I have no idea what the guy above me said. :P |
|
|
| Report Abuse |
|
|
pauljkl
|
  |
| Joined: 23 Oct 2008 |
| Total Posts: 9364 |
|
|
| 25 Aug 2011 02:16 PM |
Better lesson for 3 and 4 is:
3: while wait() do (Your stuff here) end
4: Instance.new ("Part",Workspace).Size = Vector3.new (x,y,z) |
|
|
| Report Abuse |
|
|
tummey2
|
  |
| Joined: 04 Feb 2009 |
| Total Posts: 1802 |
|
|
| 25 Aug 2011 02:19 PM |
| I forgot the wait, Schooled me there lol. The Instance doesn't matter, Doing it your way is faster in my opinion. But considering they learned about tags, using my method would be more of a put knowledge to use lesson. |
|
|
| Report Abuse |
|
|
tummey2
|
  |
| Joined: 04 Feb 2009 |
| Total Posts: 1802 |
|
|
| 25 Aug 2011 02:44 PM |
| I'm going to go, just to make sure he doesn't make an error. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2011 03:03 PM |
| Lol!!!! you dont need BC to script!! ANYONE can script! |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2011 03:17 PM |
Maybe I didn't read everything, but who ever said anything about needing BC to script? ._.
"Stop lazy building, stamp out the Stamper!" -Hoboboy119
~♫ Hobo ♫~ |
|
|
| Report Abuse |
|
|