|
| 31 Mar 2015 06:52 PM |
| Alright, so out of everyone out there on this forum, what's the hardest/most complicated/difficult/advanced topic to script on ROBLOX? |
|
|
| Report Abuse |
|
|
Lecturous
|
  |
| Joined: 17 Aug 2013 |
| Total Posts: 1096 |
|
| |
|
|
| 31 Mar 2015 06:53 PM |
| Off the top of my head, probably weak tables. |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 06:53 PM |
| Make a script that prints every script within 500 characters that does not print a copy of itself. |
|
|
| Report Abuse |
|
|
eLunate
|
  |
| Joined: 29 Jul 2014 |
| Total Posts: 13268 |
|
|
| 31 Mar 2015 06:55 PM |
| Rewrite Lua in Lua to change fundamental behaviour without any compromises |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 06:57 PM |
"Rewrite Lua in Lua to change fundamental behaviour without any compromises" Once I understand Lua VM instructions, modifying LuLu should be a cinch! |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 31 Mar 2015 07:06 PM |
Have fun on the journey to Lua Numbers and endianness because apparently just because you have a little-endian system floats/doubles can be stored in big-endian.
The disassembler I'm writing assumes big-endian for floats/doubles (however for integers I just use what the Lua header gives me) |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 31 Mar 2015 07:09 PM |
correction: assumes little-endian
|
|
|
| Report Abuse |
|
|
jewelycat
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 17345 |
|
|
| 31 Mar 2015 07:14 PM |
| i once added two numbers with this ell you ayy magic |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 07:16 PM |
| i once changed the value of a string... |
|
|
| Report Abuse |
|
|
L2000
|
  |
| Joined: 03 Apr 2008 |
| Total Posts: 77448 |
|
|
| 31 Mar 2015 07:17 PM |
i once made magic
cats r lyf |
|
|
| Report Abuse |
|
|