06-25-2011, 04:44 PM
First, make sure you have the Lua console open at the bottom. Then, run the code below in it. Courtesy of blocco. ^_^
[lua]n=0; repeat sleep(0.1) print(game:get(n), " - ", game:get(n).Parent) n=n+1; until game:get(n+1) == nil;[/lua]
[lua]n=0; repeat sleep(0.1) print(game:get(n), " - ", game:get(n).Parent) n=n+1; until game:get(n+1) == nil;[/lua]