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