Advertisement
SurfaceSwine1337

Output

Jul 5th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for i,v in next, game:service'Players':players() do
  2. for _,g in next, v:children() do
  3. if g:IsA"PlayerGui" then
  4. local list = {}
  5. for _, l in next, g:children() do
  6. table.insert(list,l.Name)
  7. end
  8. warn(v.Name.." "..table.concat(list, " "))
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement