oxcool1
|
  |
| Joined: 05 Nov 2009 |
| Total Posts: 15444 |
|
| |
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
|
| 27 Mar 2012 01:49 AM |
| This doesn't belong to Scripting Helpers. |
|
|
| Report Abuse |
|
|
oxcool1
|
  |
| Joined: 05 Nov 2009 |
| Total Posts: 15444 |
|
| |
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
|
| 27 Mar 2012 01:58 AM |
| This forum is called "Scripting Helpers" not "Scripting". You're in the wrong forum. Go to the other one. |
|
|
| Report Abuse |
|
|
|
| 27 Mar 2012 02:03 AM |
Looks like you need a new glasses it's scripting helpers not scripting challenge get a glasses it's in 30 ROBUX i think |
|
|
| Report Abuse |
|
|
oxcool1
|
  |
| Joined: 05 Nov 2009 |
| Total Posts: 15444 |
|
| |
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
|
| 27 Mar 2012 03:25 AM |
You know:
www.lua.org/pil Free Models Google ROBLOX Wiki
There's enough stuff to learn and I also think the guys who help here know some stuff. Yours is actually just some thing of "Look at this amazing script and try to find the error" game. You're teaching, not helping in this case. This forum is actually for people who have problems with their scripts so the guys here can fix their scripts. The other forum matches more your idea. Not this one. |
|
|
| Report Abuse |
|
|
oxcool1
|
  |
| Joined: 05 Nov 2009 |
| Total Posts: 15444 |
|
| |
|
Cheater
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 5258 |
|
|
| 27 Mar 2012 03:39 AM |
Scripting Helpers Need help with a script you are writing? Need to edit an existing script? This is the place to share your 1337 programming skills and help others! [For advanced ROBLOX users.]
Scripters This is the place for discussion about scripting. Anything about scripting that is NOT A HELP REQUEST OR TOPIC belongs here. |
|
|
| Report Abuse |
|
|
| |
|
oxcool1
|
  |
| Joined: 05 Nov 2009 |
| Total Posts: 15444 |
|
| |
|
|
| 27 Mar 2012 04:28 AM |
guys, seriously, what harm is this thread doing the SH community? NONE! does it help scripters to develop their problem solving skills so they can be more flexible scripters? YES! ox has made these sort of challenges in the past, did we argue on them? NO!
why has SH changed? I thought you guys would've gotten used to oxcool posting scripting challenges... |
|
|
| Report Abuse |
|
|
oxcool1
|
  |
| Joined: 05 Nov 2009 |
| Total Posts: 15444 |
|
| |
|
|
| 27 Mar 2012 04:44 AM |
@above true seems the challenge is too hard for them this time xP
Scripting Helpers is for any thing that can help scripting I think so you got no right to argue oxcool about that. |
|
|
| Report Abuse |
|
|
|
| 27 Mar 2012 04:46 AM |
late post >.<
but yea , many people know nothing call the top people in this forum noobs -.- I can link you samples if you want , there are too many :P |
|
|
| Report Abuse |
|
|
|
| 27 Mar 2012 05:00 AM |
can I have a hint ?
how can I call table t from inside there ? |
|
|
| Report Abuse |
|
|
oxcool1
|
  |
| Joined: 05 Nov 2009 |
| Total Posts: 15444 |
|
| |
|
|
| 27 Mar 2012 08:17 AM |
T-T I am too bad with strings and loadstring :P |
|
|
| Report Abuse |
|
|
oxcool1
|
  |
| Joined: 05 Nov 2009 |
| Total Posts: 15444 |
|
| |
|
smurf279
|
  |
| Joined: 15 Mar 2010 |
| Total Posts: 6871 |
|
|
| 27 Mar 2012 03:47 PM |
lol. . .
setfenv(1,{loadstring = loadstring}) local t = {"a","b","c"} local cT = { loadstring([[ --- Your work ]])(), ---Your work [1] = "A", "B", "C" } |
|
|
| Report Abuse |
|
|
Userdatas
|
  |
| Joined: 19 Jul 2011 |
| Total Posts: 43 |
|
|
| 27 Mar 2012 03:53 PM |
Nope, smurf279. You still need to remove the function from the table and you also have to position the A, the B and the C correctly.
And, anyway, I think oxcool didn't mean to put the "---Your work" there. |
|
|
| Report Abuse |
|
|
|
| 27 Mar 2012 03:54 PM |
Trollfail
-The lime of ROBLOX. |
|
|
| Report Abuse |
|
|
|
| 27 Mar 2012 03:56 PM |
| Tables don't have children, silly! |
|
|
| Report Abuse |
|
|
smurf279
|
  |
| Joined: 15 Mar 2010 |
| Total Posts: 6871 |
|
|
| 27 Mar 2012 03:58 PM |
@UserDatas;
" [1] = "A", "B", "C" "
As you can see I changed the first index of the table to "A", removing any previous values in that spot. I left the '--your work' to show my methods were valid |
|
|
| Report Abuse |
|
|
smurf279
|
  |
| Joined: 15 Mar 2010 |
| Total Posts: 6871 |
|
|
| 27 Mar 2012 04:02 PM |
"you also have to position the A, the B and the C correctly."
The values are autpmatically placed in number order, if no index is given *B and C automatically falll into positions 2 and 3* |
|
|
| Report Abuse |
|
|