Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,v in next, game:service'Players':players() do
- for _,g in next, v:children() do
- if g:IsA"PlayerGui" then
- local list = {}
- for _, l in next, g:children() do
- table.insert(list,l.Name)
- end
- warn(v.Name.." "..table.concat(list, " "))
- end
- end
- end
Add Comment
Please, Sign In to add comment