|
| 04 Jun 2016 01:42 PM |
Like say I learn about while true do and I understand it perfectly. About 10 minutes later I'll forget everything I learned about it. Is there any methods to remember scripting better?
|
|
|
| Report Abuse |
|
|
|
| 04 Jun 2016 01:45 PM |
Practice it. Sure, you can read and understand it, but until you use it, it won't be in your memory.
|
|
|
| Report Abuse |
|
|
Klink45
|
  |
| Joined: 06 Jun 2011 |
| Total Posts: 26054 |
|
|
| 04 Jun 2016 01:45 PM |
Keep the wiki open while you work on your script so you can go back and look at it later if you get stuck or something. Also, I've learned that the more you use a specific part of Lua a lot, for instance, the Destroy() function, it will become second-nature before too long, and then you won't even need to open the wiki anymore!
u sicko! |
|
|
| Report Abuse |
|
|
Soybeen
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 21462 |
|
|
| 04 Jun 2016 01:51 PM |
There's no supplement for learning other than direct application.
Memorizing is not understanding.
|
|
|
| Report Abuse |
|
|
4ef
|
  |
| Joined: 27 May 2013 |
| Total Posts: 5633 |
|
|
| 04 Jun 2016 02:30 PM |
one does not simply learn scripting...
#code print("R$60,015") |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2016 02:40 PM |
It isn't based on memory, but rather understanding. You should know how it works if you keep at it try and understand what it does.
-=[ RAP: 297,621 || DurstAuric; the narb of ROBLOX ]=- |
|
|
| Report Abuse |
|
|
sayhisam1
|
  |
| Joined: 25 Nov 2009 |
| Total Posts: 2092 |
|
|
| 04 Jun 2016 02:51 PM |
As others have said, just keep practicing. Though don't focus on memorizing the syntax as much as understanding what the code does - this way you can apply it to multiple languages more easily.
|
|
|
| Report Abuse |
|
|
|
| 04 Jun 2016 03:21 PM |
"Tell me and I forget, teach me and I may remember, involve me and I learn." -ben franklin
mom wheres the spaghetti |
|
|
| Report Abuse |
|
|
|
| 04 Jun 2016 03:26 PM |
@sayhisam I understand what the code does. If you give me a script I could read it and tell you what it does. However, if I go to make my own script I have no idea what to do.
|
|
|
| Report Abuse |
|
|
Soybeen
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 21462 |
|
|
| 04 Jun 2016 03:29 PM |
Of course you can, in the same way that I could read a French quote and tell you approximately what it means, but I couldn't write my own because I don't speak functioning French.
|
|
|
| Report Abuse |
|
|
|
| 04 Jun 2016 03:33 PM |
@Soybeen Well how do I learn to "Speak" Lua?
|
|
|
| Report Abuse |
|
|
Soybeen
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 21462 |
|
|
| 04 Jun 2016 03:35 PM |
That question doesn't have one answer.
Read this top to bottom: https://forum.roblox.com/Forum/ShowPost.aspx?PostID=63028895
|
|
|
| Report Abuse |
|
|
|
| 04 Jun 2016 04:30 PM |
@Soybeen
Thanks that helped a lot.
|
|
|
| Report Abuse |
|
|