Activity Feed
Replied to thread : [leak] Elysium ui library + Documentation
@GoldenCheats quit coding rn LOL
Just loop through the players and add them to a table lol
local skid = {}
for f, u in pairs(game:GetPlayers()) do
table.insert(u)
end