Advertisement
dahpiglz

Untitled

Aug 27th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local list = ("Workspace: ")
  2. p = game.Players.LocalPlayer
  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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement