Veoxis
|
  |
| Joined: 27 Feb 2012 |
| Total Posts: 118 |
|
|
| 28 May 2016 05:56 PM |
The idea of this thread is to have all of you pros and nubs come together and admit your worst scripting fails.
Mine is... A little bit ago, I was making a loop for a daylight cycle... and forgot the "wait(.1)" needless to say, I lost about 30 minutes of work from the crash. |
|
|
| Report Abuse |
|
|
|
| 28 May 2016 05:57 PM |
i spent like 2 hours trying to fix a script then i realized it was disabled
r+://393244197r+://393244224r+://393244262 |
|
|
| Report Abuse |
|
|
Korniak
|
  |
| Joined: 09 Aug 2013 |
| Total Posts: 3538 |
|
|
| 28 May 2016 05:59 PM |
| I spent 1 hour trying to fix some stuff with sounds and forgot to add sound:Play() |
|
|
| Report Abuse |
|
|
|
| 28 May 2016 06:03 PM |
I spent the first two months learning to scripting thinking locals were unimportant. And the next 6 thinking return wasn't important either
|
|
|
| Report Abuse |
|
|
|
| 28 May 2016 06:04 PM |
| Thinking I was actually good a couple of months after I started, later to realize I'm still not good. |
|
|
| Report Abuse |
|
|
|
| 28 May 2016 06:07 PM |
One time when I was helping script the GUI for apocalypse rising guns because they were free models I failed to realize that I had no local scripts in there and everyone was complaining there gun didnt shot.
|
|
|
| Report Abuse |
|
|
|
| 28 May 2016 06:07 PM |
| I forgot how functions work |
|
|
| Report Abuse |
|
|
|
| 28 May 2016 06:10 PM |
@Flux,
Yes. It hits you quite hard when you realise actually you're not as good as you think you are :P
|
|
|
| Report Abuse |
|
|
|
| 28 May 2016 06:12 PM |
| obne itme i made a mistake and it really hurt my ego but iam still the best in the world |
|
|
| Report Abuse |
|
|
Neptunism
|
  |
| Joined: 23 Nov 2012 |
| Total Posts: 1576 |
|
|
| 28 May 2016 06:12 PM |
i defined variables the opposite way
game.Workspace.Part = part
- jake |
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 28 May 2016 06:20 PM |
| Every so often I reach a problem I can solve with basic trig functions but i still spend like 15 minutes googling math concepts I don't know hoping they can help. |
|
|
| Report Abuse |
|
|
cxcharlie
|
  |
| Joined: 26 Aug 2009 |
| Total Posts: 1414 |
|
|
| 28 May 2016 06:25 PM |
When I have no idea where the script breaks (logic error) I cover my script in 'prints'
e.g.
local bob = require(workspace:WaitForChild'module') print'SO I GOT THE MODULE'
print'okay I GOT PASSED IT, WILL THE FUNCITON WORK????' if pcall(bob.f) then print'OKAY IT WORKED' else print'WATF WHY DIDNT IT WORK???' print('THIS WAS THE ERROR, pcall(f)) end
|
|
|
| Report Abuse |
|
|
|
| 29 May 2016 06:11 AM |
Surprisingly honest thread
Private Drive - Residents Only |
|
|
| Report Abuse |
|
|
gskw
|
  |
| Joined: 05 Jan 2013 |
| Total Posts: 1364 |
|
|
| 29 May 2016 06:54 AM |
https://twitter.com/Gskartwii/status/703259885216075777
The next day:
https://twitter.com/Gskartwii/status/703494700934807552 |
|
|
| Report Abuse |
|
|
|
| 29 May 2016 07:05 AM |
rip
Private Drive - Residents Only |
|
|
| Report Abuse |
|
|
WoolHat
|
  |
| Joined: 19 May 2013 |
| Total Posts: 1873 |
|
|
| 29 May 2016 07:12 AM |
I've begun far too many projects with promises to finish them, then stopped and broke contact with everyone.
One of my most important school projects assigned was to make a game. I did all the building, meeting with the assignment distributor. Then when it came to scripting I stopped attending any meetings. I never turned anything in. I still won the certificate for the program and it feels awful |
|
|
| Report Abuse |
|
|
|
| 29 May 2016 07:12 AM |
thinking nil was some kind of object
nil:ClearAllChildren() |
|
|
| Report Abuse |
|
|
|
| 29 May 2016 07:17 AM |
| I once failed to make a script... that prints hello world |
|
|
| Report Abuse |
|
|
|
| 29 May 2016 07:35 AM |
Spending hours frustrated that creating a new part and welding it to the player (this is on an empty baseplate, no less) would make the player act like it was anchored.
i didnt realize that the part's topsurface and bottomsurface welded to the baseplate..
|
|
|
| Report Abuse |
|
|
DevVince
|
  |
| Joined: 08 Nov 2008 |
| Total Posts: 9245 |
|
|
| 29 May 2016 08:23 AM |
When I first started learning javascript I started to mix lua with java a little and had to fix.(When I did things over 100 lines.) lol
|
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 29 May 2016 08:35 AM |
| I had to rewrite the wrapper for Valkyrie about 6 times. |
|
|
| Report Abuse |
|
|
|
| 29 May 2016 08:48 AM |
I forgot how to resume a coroutine once.
51 |
|
|
| Report Abuse |
|
|
|
| 29 May 2016 10:00 AM |
I forgot to change the sound id on something and wondered why it didnt play the correct sound.
|
|
|
| Report Abuse |
|
|
|
| 29 May 2016 11:25 AM |
I rewrote my script before realising that a :WaitForChild() wasn't yielding at the top
|
|
|
| Report Abuse |
|
|
|
| 29 May 2016 11:33 AM |
| Thinking I was actually good a couple of months after I started, later to realize I'm still not good. x2 |
|
|
| Report Abuse |
|
|