of     1   

Malcolt3
#93424300Sunday, March 31, 2013 9:40 PM GMT

Please.
sergiu8957
#93424757Sunday, March 31, 2013 9:44 PM GMT

Could you detail, because I am rubbish at scripting and probably will never get to trying it.
getkoed
#93426379Sunday, March 31, 2013 9:57 PM GMT

Does it return everything inside something, even if it's in another model or script or whatever in that thing? Support. :3 Could be easy for searching st00f in models
NathanLua
#93428545Sunday, March 31, 2013 10:17 PM GMT

Sounds useful, but you could just make easy alternatives. Such as below: function GetDescendants(obj) local descendants = {} function a(b) for _, v in pairs(b:GetChildren()) do table.insert(descendants, v) a(v) end end a(obj) return descendants end
getkoed
#93428686Sunday, March 31, 2013 10:18 PM GMT

True, but isn't obj:GetDescendants() faster? :3
NathanLua
#93429029Sunday, March 31, 2013 10:21 PM GMT

Yeah, but I just suggested that as a good way to cope with the absense of a useful method like that.
getkoed
#93429473Sunday, March 31, 2013 10:26 PM GMT

I know :d, I just like the idea :3
Bergan
#93429606Sunday, March 31, 2013 10:27 PM GMT

I have a feeling that this would require changing Lua itself.
thedestroyer115
#93431183Sunday, March 31, 2013 10:40 PM GMT

@Bergan No...
Malcolt3
#93560623Monday, April 01, 2013 10:51 PM GMT

GetDescendants gets all descendants. Obvious method is obvious. Good day.
Alex4897Labs
#93561499Monday, April 01, 2013 10:57 PM GMT

Wouldn't GetChildren do the same thing? Or are you trying to go farther than one child down? insert egg pun siggy here adaldjadfasdfas
Malcolt3
#93561699Monday, April 01, 2013 10:58 PM GMT

Again, obvious method is obvious. GetDescendants gets descendants. This is not GetChildren. (Yes, farther than one child down.)
TwentyTwoPilots
#93562011Monday, April 01, 2013 11:00 PM GMT

Just wanted to clarify. .-. I am an eggspert in the eggcelent art of egg puns
Malcolt3
#93582595Tuesday, April 02, 2013 1:45 AM GMT

Bump24
DigitalVeer
#93585418Tuesday, April 02, 2013 2:08 AM GMT

Support. Would make stuff alot easier. ~One must risk everything to find the truth. Even if the truth isn't what you want it to be, it is better than living a lie.~
Crossediate
#93585603Tuesday, April 02, 2013 2:10 AM GMT

??????? çç82(Got something on your screen, lad?)
bloxer123456
#93586803Tuesday, April 02, 2013 2:20 AM GMT

Bergan is true, the LUA language has stayed the same. But support anyways.
DataStore
#93587362Tuesday, April 02, 2013 2:24 AM GMT

Support. It'd be useful. I'm guessing it'd 'return' a table alike the ':GetChildren()' method? @Blox, It's not an acronym... @Bergan, No, it'd just be an addition.
Malcolt3
#93615288Tuesday, April 02, 2013 11:32 AM GMT

Bergan and Blox, it has not remained the same. Roblox has modified several times.
tonykaree13
#93615364Tuesday, April 02, 2013 11:34 AM GMT

Support.
batistapowerbonbtla
#93618972Tuesday, April 02, 2013 12:56 PM GMT

Definitely need this Support
chicka123
#93619306Tuesday, April 02, 2013 1:03 PM GMT

Sure.
thedestroyer115
#93623122Tuesday, April 02, 2013 2:11 PM GMT

Hello players, Lua has changed to fit ROBLOX. When it's in it's original state, Lua is not an actual OOP language, but can easily adapt to be one with some modifications. A :GetDescendants() method would not require anything but a simple addition to the Lua API. - thedestroyer115
Malcolt3
#93751132Wednesday, April 03, 2013 8:42 PM GMT

Bump44
Malcolt3
#93786021Thursday, April 04, 2013 1:40 AM GMT

Bump43

    of     1