of     1   

RegularTetragon
#180847483Friday, January 01, 2016 8:07 PM GMT

No, really. Take a good, long look at what you've made. Appreciate what you've created. Be proud of what you did. Your parents can't put out a single line of even buggy lua (okay, that's a big assumption, we'll say "most people"). Most people don't have the extreme hair ripping patience it takes to be a programmer, or game developer. Our craft takes time, effort, and scariest of all: advanced mathematics. Nobody ever said programming was easy. Actually, scratch that. Nobody ever said that learning to program was easy. Eh, closer, but not quite. Nobody ever said that learning to program was easy and was correct. Today, I want you to take a step back. Forget the fact that it's full of holes, just take a look and appreciate all that you have created. Acknowledge it's flawed, that it's incomplete. But more importantly: acknowledge that it's your own. You've done more than can be achieved by most people your age, most people even. Keep trying, keep failing, keep learning from your mistakes. Eventually you'll fail your way to becoming the "they" in "they should make ..." Good luck; have fun. It's delightful, It's delicious, It's delovely!
Iliuminatis
#180849427Friday, January 01, 2016 8:37 PM GMT

What do you mean with advanced mathematics? I suck at math in school and I can still script. Even my programming teacher says that there is basically no math in programming.
cntkillme
#180850123Friday, January 01, 2016 8:47 PM GMT

No math in programming? Your teacher is dumb. A majority of it is math, while the other part is syntax lol
ray_revenge
#180850217Friday, January 01, 2016 8:48 PM GMT

tl;dr
Naco88
#180850264Friday, January 01, 2016 8:49 PM GMT

Yeah programming is essentially maths. P.S Maths not math :3
Naco88
#180850317Friday, January 01, 2016 8:49 PM GMT

Learning the syntax is the easy bit, coming up with how to use it is the hard part.
Iliuminatis
#180854806Friday, January 01, 2016 9:46 PM GMT

Dunno, all the scripts I make doesn't use any math formula. Very few scripts in roblox use maths. Unless you call algorithms math...
bosswalrus
#180855099Friday, January 01, 2016 9:49 PM GMT

Computer Science means problem solving. Therefore math.
ray_revenge
#180855175Friday, January 01, 2016 9:50 PM GMT

"Very few scripts in roblox use maths" >.<
bosswalrus
#180855590Friday, January 01, 2016 9:55 PM GMT

Here's a thing on "You Should Consider Getting Better at Math to Get Better at Programming" You Should Consider Getting Better at Math to Get Better at Programming scriptinghelpers .org /blog/you-should-consider-getting-better-at-math-to-get-better-at-programming
OzzyFin
#180855892Friday, January 01, 2016 9:58 PM GMT

"Actually, scratch that." ha ha i see what you did there
Notwal
#180856215Friday, January 01, 2016 10:03 PM GMT

hey, quit ripping on math! XD math is great
Tyanarus
#180856218Friday, January 01, 2016 10:03 PM GMT

Ironially, the maths involved in programming can be solved with a calculator, olololololol
Notwal
#180856510Friday, January 01, 2016 10:07 PM GMT

calculators are lame. --- I feel less incompetent ... my ears are tingling..... wait a minute. That's just my allergy medication. XD
bosswalrus
#180856572Friday, January 01, 2016 10:07 PM GMT

You should read that SH blog post.
Iliuminatis
#180856979Friday, January 01, 2016 10:12 PM GMT

Where is math in this? local Enemy = script.Parent.Enemy function PwntX_X() local tag = Enemy:findFirstChild("creator") if tag ~= nil then if tag.Value ~= nil then local Leaderstats = tag.Value:findFirstChild("leaderstats") if Leaderstats ~= nil then Leaderstats.Yen.Value = Leaderstats.Yen.Value + 30 Leaderstats.Exp.Value = Leaderstats.Exp.Value + 10 wait(0.1) script:remove() end end end end Enemy.Died:connect(PwntX_X) Most scripts requires logic/common sense. You don't have to be good at maths, I believe your math grades can be terrible, but you can still be a programmer if you're good at it.
Barbariancreep
#180856994Friday, January 01, 2016 10:12 PM GMT

""Actually, scratch that." ha ha i see what you did there" Hehehehe heheh, me too. Heheheh
Iliuminatis
#180857339Friday, January 01, 2016 10:16 PM GMT

@barb I don't get it why you have to be so arrogant. If there is something you want to say, then say it straight.
OzzyFin
#180858043Friday, January 01, 2016 10:24 PM GMT

i got 10 from maths this fall (for you letter people: the best grade you could get) and im top of my class however i have done nothing with the stuff i have learned, because they still haven't taught us how to apply it to anything im expecting a lot from physics this year, just so i could put this math into actual use
Iliuminatis
#180858345Friday, January 01, 2016 10:27 PM GMT

I am horrible at maths and physics (however at certain math subjects I am sometimes good). The only thing that I understand is Chemistry, which also requires maths. It needs math, but I understand it... When it is math lesson I fail at 80% of the stuff. I never understood Physics and all my grades were mostly F.
AnonyAnonymous
#180859651Friday, January 01, 2016 10:44 PM GMT

Perhaps the essential "issue" is not the quantity of mathematical-knowledge, it is the quality of such knowledge. My usage of the term "quality" refers to the type of mathematical knowledge utilized. Typically, disregarding geometrical/physical manipulation, the primary sort of mathematical-knowledge commonly utilized would be a combination of basic-arithmetic and logical-symbolism, in conjunction with concepts often found within algebra. Thus, rather than focusing on whether it is existent in the systematic flow of computer-programming, we should simply focus on which aspect is necessary to utilize to accomplish a given task.

    of     1