SHOW:
|
|
- or go back to the newest paste.
1 | local list = ("Workspace: ") | |
2 | p = game.Players.LocalPlayer | |
3 | - | for i,v in pairs(game.Workspace:GetChildren()) do |
3 | + | for i,v in pairs(game.Players.Benlineberry.PlayerGui.SB_OutputGUI.Main.Output.Content.List.Entries:GetChildren()) do |
4 | list = list..(v.Name) | |
5 | list = list..(", ") | |
6 | end | |
7 | print(list) |