|
| 16 Jun 2013 11:22 PM |
I understand little bits and parts only.
Like Doctor Who. |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 11:22 PM |
| Luas easy compared to many other languages |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 11:23 PM |
"Luas easy compared to many other languages"
I know
but
;_; how |
|
|
| Report Abuse |
|
|
bloxxyz
|
  |
| Joined: 15 Apr 2012 |
| Total Posts: 6995 |
|
|
| 16 Jun 2013 11:24 PM |
Ikr? It is pretty hard to understand. I've been learning about if's, then's, while true do's, tables, instance.new, replacement variables, etc.
Follow me on twitter! @Plus_Blu |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 11:25 PM |
| I'm going to learn that stuff in High School. When I'll actually understand what half the stuff means. |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 11:26 PM |
| The first time I tried Lua... *Tableflip* second try *facedesk* third try "Ohhhh I get it." |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 11:27 PM |
Learn in high school, pfft no easier no matter how old you are. I'm learning, slowly. |
|
|
| Report Abuse |
|
|
alexsyko
|
  |
| Joined: 13 Feb 2010 |
| Total Posts: 464 |
|
|
| 16 Jun 2013 11:28 PM |
| where are you guys learning? |
|
|
| Report Abuse |
|
|
alexsyko
|
  |
| Joined: 13 Feb 2010 |
| Total Posts: 464 |
|
| |
|
Fadeless
|
  |
| Joined: 02 Jun 2013 |
| Total Posts: 2046 |
|
|
| 16 Jun 2013 11:34 PM |
Im learning it fast, and I am only 11 :D
I know: - Cframe.new - Color3.new - Vector3.new - math.random |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 11:34 PM |
| roblox wiki and inside of models mostly... |
|
|
| Report Abuse |
|
|
alexsyko
|
  |
| Joined: 13 Feb 2010 |
| Total Posts: 464 |
|
| |
|
|
| 16 Jun 2013 11:35 PM |
| What is useful about Lua is that it's pretty much a compilation of a bunch of other scripting languages, so transitioning to a more popular scripting language, such as C++ or Python, maybe even HTML) is much easier. |
|
|
| Report Abuse |
|
|
Fadeless
|
  |
| Joined: 02 Jun 2013 |
| Total Posts: 2046 |
|
|
| 16 Jun 2013 11:36 PM |
Example:
while wait(.2) do script.Parent.Color = Color3.new(math.random(255)/266, math.random(230)/255, math.random(200)/255) end |
|
|
| Report Abuse |
|
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
| |
|
|
| 16 Jun 2013 11:39 PM |
| WOAH, ScriptOn looks different now o.o |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 11:39 PM |
"I'm going to learn that stuff in High School. When I'll actually understand what half the stuff means."
Nonononono! The #1 biggest mistake anyone can ever make is assuming that they'll possess more knowledge later in life. You're literally procrastinating for years when you make that assumption. Don't risk never learning a skill simply because you think you're too young; if you're competent enough to understand what I'm saying, then you're competent enough to learn a new language. I learned Lua in 8th grade and it was the beset decision I've ever made. You should definitely at least give it a try. |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 11:40 PM |
| Yep, he's wearing clothes for once :o |
|
|
| Report Abuse |
|
|
alexsyko
|
  |
| Joined: 13 Feb 2010 |
| Total Posts: 464 |
|
|
| 16 Jun 2013 11:41 PM |
| can i have the lua wiki link please? |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 11:42 PM |
I didn't use the wiki to learn since I learned before it had legit tutorials, but I hear Camoy's Cookbook has the highest success rate.
http://wiki.roblox.com/index.php/Cookbook |
|
|
| Report Abuse |
|
|
ScriptOn
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 10885 |
|
|
| 16 Jun 2013 11:43 PM |
| It's to promote my upcoming TF2 remake. |
|
|
| Report Abuse |
|
|
alexsyko
|
  |
| Joined: 13 Feb 2010 |
| Total Posts: 464 |
|
| |
|
|
| 16 Jun 2013 11:45 PM |
"I didn't use the wiki to learn since I learned before it had legit tutorials, but I hear Camoy's Cookbook has the highest success rate.
http://wiki.roblox.com/index.php/Cookbook"
Thanks, I'm trying to become a scripter, since right now I'm entirely dependent on free models for scripts. |
|
|
| Report Abuse |
|
|
|
| 16 Jun 2013 11:55 PM |
Well xD:
s = game.Workspace.slope; s.CFrame = CFrame.Angles(math.rad(30), math.rad(45), 0) + s.CFrame.p |
|
|
| Report Abuse |
|
|