Advertisement
dahpiglz

Untitled

Aug 15th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. checking = game.Players.LocalPlayer.PlayerGui.SB_OutputGUI.Main.Scripts.Content.List.Entries.Script
  2. local list = ("Checking: ")
  3. for i,v in pairs(checking:GetChildren()) do
  4. list = list..(v.Name)
  5. list = list..(", ")
  6. list = list..(v.ClassName)
  7. list = list..(", ")
  8. end
  9. print(list)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement