ToonU
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 6303 |
|
|
| 06 Apr 2013 05:10 PM |
Hey guys, the new project i'm working on is.. Well hopefully gonna change scripting for a long time.
What it does: It's a model that has redirecting technology to shorten your scripts and smooths out your game.
Example: - NORMAL: game.Workspace.Model.Model1.Model2.Model3
- NEW: w.Model(%) = increase.1
It pretty much modifies Lua to make it shorter for long scripting projects.
|
|
|
| Report Abuse |
|
|
ToonU
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 6303 |
|
|
| 06 Apr 2013 05:12 PM |
| It is meant for advanced scripters though, it'd be like learning a new language. I gotta come up with a name for it ^.^ |
|
|
| Report Abuse |
|
|
ToonU
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 6303 |
|
|
| 06 Apr 2013 05:17 PM |
Another example
It's kinda like BEDMAS. Brackets run first.
Old : game.Workspace.Model1:remove() --------game.Workspace.Model2:remove() --------game.Workspace.Model3:remove()
New : (run)game.w)set.new ---------.Model1(R) ---------.Model2(R) ---------.Model3(R)
The "-" is not needed, just to make it organized on forums.
|
|
|
| Report Abuse |
|
|
|
| 06 Apr 2013 05:18 PM |
try posting this on the scripting fourm. you'll meet people who understand it better than ATR does. (i think it will be glitchy with updates) |
|
|
| Report Abuse |
|
|
ToonU
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 6303 |
|
|
| 06 Apr 2013 05:19 PM |
Ok, thanks.
I've been working on this for months, each update kinda screws with it, so i'll have to make a new version each time ROBLOX updates it.
Other then that, not that glitchy. |
|
|
| Report Abuse |
|
|
ToonU
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 6303 |
|
|
| 06 Apr 2013 05:20 PM |
| Admins move this to scripting please I don't want to repost it all. |
|
|
| Report Abuse |
|
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 06 Apr 2013 05:23 PM |
Seems interesting, and it is kinda of obfuscated, because people who don't know it won't understand it.
Although... it does seem difficult to learn, because as you said, it's like learning a new language. |
|
|
| Report Abuse |
|
|
ToonU
|
  |
| Joined: 15 Aug 2011 |
| Total Posts: 6303 |
|
| |
|