|
| 16 Dec 2014 01:24 PM |
| You ask a scripting question and thread gets locked. I fail at life. o.o |
|
|
| Report Abuse |
|
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
|
| 16 Dec 2014 01:25 PM |
| You know when you're a bad scripter if you still use `game.Workspace` ohhh :c |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
| |
|
|
| 16 Dec 2014 01:29 PM |
| @analyze or capitalising workspace? c: |
|
|
| Report Abuse |
|
|
robocu3
|
  |
| Joined: 13 Mar 2009 |
| Total Posts: 6485 |
|
|
| 16 Dec 2014 01:30 PM |
pretty sure when you use game.Workspace rather than the internal workspace/Workspace variable, you have to capitalize it lol -=Robo=- |
|
|
| Report Abuse |
|
|
sarim786
|
  |
| Joined: 02 Oct 2011 |
| Total Posts: 206 |
|
|
| 16 Dec 2014 01:31 PM |
| I still use game.Workspace... |
|
|
| Report Abuse |
|
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
|
| 16 Dec 2014 01:32 PM |
no `workspace` is now the 'up-to-date' use that our are suppose-ofly supposed to use but I've been using it ever since 010 |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 01:32 PM |
| Well I fail at life x2 lol. Lets keep this going. :o |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 02:17 PM |
| When... You try to put 2 "while wait() do" loops in the same script. |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 02:36 PM |
| When... you use elsif where else is possible. |
|
|
| Report Abuse |
|
|
BowtieMod
|
  |
| Joined: 01 Apr 2013 |
| Total Posts: 804 |
|
|
| 16 Dec 2014 02:46 PM |
| Wait you can't use game.Workspace what |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 02:47 PM |
| When... You try to use a variable from another script because you didn't realize your working on a different one. |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 02:50 PM |
| When... You think method GetChildren means get actual children. |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 02:53 PM |
| When... Your scripting in play solo mode and you accidentally click "Reset" without copying/saving your script (This happens regularly to be I'm terrible xD). |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 16 Dec 2014 03:01 PM |
^
i set it to auto save script changes that happen in play solo |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 03:02 PM |
| When... You've spent hours working on a Gui script in play solo, reset somehow and forgot to copy the Gui to StarterPack |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 03:03 PM |
When.... you add an infinite loop and your studio crashes..
:( |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 16 Dec 2014 03:04 PM |
| thats cause you forgot to place a wait |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 03:06 PM |
@chimmih This normally happens where I'm working with a script inside of a players backpack.. Unfortunately script's inside of there are not saved when resetting. I'v lost hundreds of lines of code to this xD. @foxawesome25 I haven't made that mistake in like a year, I ALWAYS remember to put a wait() at least in the code. |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 03:07 PM |
| Correction: build mode not 'll solo. Sorry I'm trying guys lol. |
|
|
| Report Abuse |
|
|
| |
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 16 Dec 2014 03:12 PM |
'When... You try to put 2 "while wait() do" loops in the same script.'
You could use break, or return if its a function |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 03:14 PM |
| Yeah I meant "while wait() do" loops without a break or a return. |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 16 Dec 2014 03:16 PM |
| You could use spawn, delay, an event, or other methods so that the loops run at the same time |
|
|
| Report Abuse |
|
|
|
| 16 Dec 2014 03:20 PM |
| Okay I get it I didn't phrase it properly xD. |
|
|
| Report Abuse |
|
|