of     1   

baldo46
#121686469Monday, December 30, 2013 8:03 PM GMT

I just spent an hour and a half trying to find out why my database script wasn't working, and I never added the game.HttpService:GetAsync(url), all I had was a string variable of the URL. HOUR AND A HALF AND I DIDN'T FIGURE IT OUT!
Fluffmiceter
#121686523Monday, December 30, 2013 8:04 PM GMT

Good job!
Usering
#121700920Monday, December 30, 2013 10:24 PM GMT

Doesn't it suck? My Roblox Api: robloxapi.com
chickenman158
#121702808Monday, December 30, 2013 10:39 PM GMT

OP: you only realised it now?
SpiritOfRedemption
#121744162Tuesday, December 31, 2013 4:55 AM GMT

or when you miss a ; in your code.
Zeriten
#121744283Tuesday, December 31, 2013 4:57 AM GMT

http://www.youtube.com/watch?v=WTcmOIcWe8A the inner machinations of my mind are an enigma
baldo46
#122244733Saturday, January 04, 2014 5:36 PM GMT

@Spirit YES! That's the worst!
TheNickmaster21
#122251913Saturday, January 04, 2014 6:46 PM GMT

"or when you miss a ; in your code." Lua?
200AB
#122252323Saturday, January 04, 2014 6:50 PM GMT

@nick I'm sure he's talking about another language. Anyway, I do things like this all the time. Sometimes I spend hours trying overcomplicated methods to fix an extremely simple problem, but I only realize that it's so simple when I finally give up, and come back sometime later.
TheNickmaster21
#122261686Saturday, January 04, 2014 8:22 PM GMT

@200AB Yay Java
devTree
#122269202Saturday, January 04, 2014 9:45 PM GMT

C++ is da hood yo
Alyte
#122282788Saturday, January 04, 2014 11:54 PM GMT

Missing semicolon? LOL This is why we have IDEs and error messages, and actually test the code before shipping it.
Fluffmiceter
#122299385Sunday, January 05, 2014 2:27 AM GMT

I think he meant accidentally typing .event;connect() instead of .event:connect()

    of     1