Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

/script local threshold = Inspect.Time.

Server() - (14 * 24 * 60 * 60); for name,


details in pairs(Inspect.Guild.Roster.Detail(Inspect.Guild.Roster.List())) do i
f details.logout ~= nil and details.logout < threshold then print(name) end end

You might also like