Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ply = game.Players:GetChildren()
- for i = 1, #ply do
- local gui = ply[i].PlayerGui:GetChildren()
- for i = 1, #gui do
- print(ply[i].Name.." - "..gui[i].Name)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement